im not sure if this is the write place to post this...
hi, i have an issue with the results with a domain search box. if you go to
www.nandahosting.co.uk, there is a domain search box inside the header, when you type whatever you want, it then takes you the dac results page but it doesnt show the results? (please not i have a management system called "hostpay" installed to a directory called "manage" where the dac results and everything is done)
is there a way to do this so that whatever you type in the domain search box also gets transferred over if you understand what i mean?
the form im using is
Code:
<form method='get' action='/manage/dac' onsubmit="return check_domain_input()" accept-charset='utf-8'>
<input type="text" name="domain" value="Domain Name Search..." onclick="this.value='';"/>
<input name="search" type="submit" class="btn" value="" />
</form>
thankyou