kazorellc Posted November 15, 2010 Share Posted November 15, 2010 Hello all, I am trying to integrate the Domain Availability Lookup code from WHMCS and want to pass all tld's as selected for the search, vs just the single pulldown. the code from WHMCS is: <form action="http://<mydomain>/domainchecker.php" method="post"> <input type="hidden" name="token" value="xxxxxxx" /> <input type="hidden" name="direct" value="true"> Domain: <input type="text" name="domain" size="20"> <select name="ext"> <option>.me</option> <option>.com</option> <option>.net</option> <option>.org</option> <option>.biz</option> <option>.info</option> <option>.us</option> </select> <input type="submit" value="Go"> </form> Anyone know how to make all the options be selected.?? Regards 0 Quote Link to comment Share on other sites More sharing options...
kazorellc Posted November 15, 2010 Author Share Posted November 15, 2010 I know it would be using the "multiple" attribute, but I am just not familier with how to implement it. and to be clear, I want all of the automatically selected, it doesnt even really need to show the TLDs on the screen, because I want it to search for all of them by default. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.