Im trying to create a special url jump menu. You know, those drop down menus that where you select something and then press "submit" and it takes you to a different site. The only difference is this...
I need to make it so that it pulls information from TWO drop down menus rather than one...
[select name=firstpartofurl]
[option value=russ]Russ[/option]
[option value=scott]Scott[/option]
[/select]
[select name=secondpartofurl]
[option value=jones.html]Jones[/option]
[option value=smith.html]Smith[/option]
[/select]
So that if you selected Russ and Jones, it would take you to russjones.html
any ideas?
I need to make it so that it pulls information from TWO drop down menus rather than one...
[select name=firstpartofurl]
[option value=russ]Russ[/option]
[option value=scott]Scott[/option]
[/select]
[select name=secondpartofurl]
[option value=jones.html]Jones[/option]
[option value=smith.html]Smith[/option]
[/select]
So that if you selected Russ and Jones, it would take you to russjones.html
any ideas?