eddie
08-11-2002, 03:54 PM
I have a web site http://action-webs.com created by Frontpage 2k. It uses a cgi script to look for available domain names.
If the name is available there is a link that loads a form to order the domain name regdomain.htm Assuming the domain name is thishastowork.com this is the url to call the order page.
http://www.action-webs.com/regdomain.htm?domain=thishastowork.com
When the new page loads the form should have the domain name filled in.
This is the current attempt to pass the variable.
<form name="reg_domain" Action="/cgi-bin/formmail/formmail.cgi" method="get">
<input type="text" name="domain_name" size="40"></p>
I also tried "method = post" I have tried adding value=$domain
The best I can get is the text $domain as a default value.
Thank you for any help
eddie
If the name is available there is a link that loads a form to order the domain name regdomain.htm Assuming the domain name is thishastowork.com this is the url to call the order page.
http://www.action-webs.com/regdomain.htm?domain=thishastowork.com
When the new page loads the form should have the domain name filled in.
This is the current attempt to pass the variable.
<form name="reg_domain" Action="/cgi-bin/formmail/formmail.cgi" method="get">
<input type="text" name="domain_name" size="40"></p>
I also tried "method = post" I have tried adding value=$domain
The best I can get is the text $domain as a default value.
Thank you for any help
eddie