Jump to content

Domain Lookup Integration code


kazorellc

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated