Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 General help me questions
 dropdown menu for search
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

doreng
Starting Member

USA
2 Posts

Posted - November 01 2003 :  20:07:24  Show Profile  Reply with Quote
I would like to make some dropdown menu to select for searching

I have this code now for plain text field and it works the problem is you need to know what my pother name is that I use for my search how can I change that to a dropdown menu insted

<form method="POST" action="shopquery.asp">
City<input type="text" name="pother1" size="30"><br>
Food<input type="text" name="pother2" size="30"><br>
Price<input type="text" name="pother3" size="30"><br>
<input type="submit" value="Display" name="Shopquery">
<input type="reset" value="Reset" name="resetbutton"></p>
</form>

I would like to have somthing like this but this do not work anybody have an idea on how to correct this

<form method="POST" action="shopquery.asp">
<select name="pother1" id="">
<option selected>Citys:</option>
<option value="Sydney">Sydney</option>
<option value="Brisbane">Brisbane</option>
<option value="Adelaide">Adelaide</option>
<option value="Perth">Perth</option>
</select>

<select name="pother2" id="">
<option>Cuisines:</option>
<option value="African">African</option>
<option value="American">American</option>
<option value="Chinese">Chinese</option>
<option value="French">French</option>
<option value="Greeg">Greeg</option>

</select>
<select name="pother3" id="">
<option selected>Price Range:</option>
<option value="$">$</option>
<option value="$$">$$</option>
<option value="$$$">$$$</option>
<option value="$$$$">$$$$</option>
</select>
<input name="Shopquery" type="submit" id="Shopquery" value="Search">

If you go to www.cityeating.com.au you can see my test page with the dropdown menus
Thanks

FD


devshb
Senior Member

United Kingdom
1904 Posts

Posted - December 04 2003 :  07:10:50  Show Profile  Visit devshb's Homepage  Reply with Quote
the link to your site was invalid; can you post the correct url ?
(you forgot the </form> tag at the end of the second script, but it might just be that you forgot to paste it into the posting)

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00