PaulZ Posted February 5, 2010 Share Posted February 5, 2010 Hi all This is probably really simple but I can't figure it ... If I launch a domain search from our home page ( not within WHMCS ) I use the Integration Code that i can cut and past from my WHMCS admin area. <form action="http://www.hosted.com/clients/domainchecker.php" method="post"> <input type="hidden" name="token" value="whatever11551445212" /> <input type="hidden" name="direct" value="true"> Domain: <input type="text" name="domain" size="20"> <select name="ext"> <option>.com</option> <option>.net</option> <option>.org</option> <option>.biz</option> <option>.info</option> <option>.us</option> Is there any way to get this search and return results for all of those extensions even though the client can only select one extension? If the client launches a search from my /domainchecker.php page then I am using this bit of javascript from atmark. http://forum.whmcs.com/showthread.php?t=24619 and that works fine. Cheers Paul 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.