turgut
03-13-07, 11:40 AM
Hi
I tried this example on my web site. However this ahs two problems
1. it does not pass the entered domain name to the next screen
2. even if the box left blank and presesd go, it will go to next screen without warning. can anybody help adding these functions into below html. Thanks
To place the domain availability checker on a page of your site use the following code replacing the xxx.yourdomain.com/whmcs with the url to your WHMCS system:
<form action="yyyy://xxx.yourdomain.com/whmcs/domainchecker.php" method="post">
<input type="hidden" name="direct" value="true">
Check Availability: <input type="text" name="domain" size="20"> <select name="ext">
<option value=".com">.com
<option value=".net">.net
<option value=".org">.org
<option value=".info">.info
<option value=".name">.name
<option value=".co.uk">.co.uk
</select>
<input type="submit" value="Go">
</form>
I tried this example on my web site. However this ahs two problems
1. it does not pass the entered domain name to the next screen
2. even if the box left blank and presesd go, it will go to next screen without warning. can anybody help adding these functions into below html. Thanks
To place the domain availability checker on a page of your site use the following code replacing the xxx.yourdomain.com/whmcs with the url to your WHMCS system:
<form action="yyyy://xxx.yourdomain.com/whmcs/domainchecker.php" method="post">
<input type="hidden" name="direct" value="true">
Check Availability: <input type="text" name="domain" size="20"> <select name="ext">
<option value=".com">.com
<option value=".net">.net
<option value=".org">.org
<option value=".info">.info
<option value=".name">.name
<option value=".co.uk">.co.uk
</select>
<input type="submit" value="Go">
</form>