View Full Version : pull down menu
vazz
August 24th, 2004, 01:57 PM
hi,
is there any way to make pull down menu without using JavaScript?
thanks,
Val
degsy
August 24th, 2004, 02:47 PM
You can have a dropdown menu by using the HTML Form Select tag.
You can then set the action to a server side script.
renegade600
August 24th, 2004, 11:29 PM
You can also create one using flash. Remember most non java alternatives may not work in all browsers.
vazz
August 24th, 2004, 11:37 PM
hey,
do you know where can i find drop down menu (source code) like on http://automobile.com/buy_new_car.php
thanks,
Val
degsy
August 25th, 2004, 12:07 AM
It uses javascript.
It is a multi-combo box
http://www.javascriptkit.com/script/script2/triplecombo.shtml
renegade600
August 25th, 2004, 10:29 AM
Brothercake.com has one that will do the same. It is free for non commercial use.
Steven.Bentley
August 25th, 2004, 06:32 PM
Hi Val
I've merged both of your questions into one thread because they're very similar and it could get confusing otherwise :)