Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Advanced Search

Quote Reply
Advanced Search
I was wondering if someone can help me out setting up detailed search function, something like what is available at http://www.tophosts.com/

thanks for the support.

Vishal
-------------------------------------------------------
Quote Reply
Re: [NeedScripts.Com] Advanced Search In reply to
Anyone ???

Vishal
-------------------------------------------------------
Quote Reply
Re: [NeedScripts.Com] Advanced Search In reply to
If I understand you correctly, you can just create the fields that you want to search on, and then add a form to your page. The following form example would be to search two fields called "Hosting Type" and "Cost".

<form method="GET" action="http://www.yourdomain.com/links/search.cgi">
<p>State<br>
<select size="1" name="Hosting Type">
<option value="Select Value">Select Value</option>
<option value="PHP">PHP</option>
</select><br>
<br>
Cost<br>
<select size="1" name="Cost">
<option value="Select Value">Select Value</option>
<option value="Less than $20">Less than $20</option>
</select><br>
<br>
<input type="submit" value="Submit"> </p>
</form>


--Frank
Quote Reply
Re: [FrankM] Advanced Search In reply to
Hi Frak,

Thanks for you reply, but I don't think that would work, or atleast when I tried it, it didn't worked :(

any suggestions ?

Vishal
-------------------------------------------------------
Quote Reply
Re: [NeedScripts.Com] Advanced Search In reply to
Just an idea. You may also want to check & set the indexing.

Best regards,
Webmaster33


Paid Support
from Webmaster33. Expert in Perl programming & Gossamer Threads applications. (click here for prices)
Webmaster33's products (upd.2004.09.26) | Private message | Contact me | Was my post helpful? Donate my help...