![]() |
Help with adding a link to JUMP MENU
I have these lins of code below and woud like to put them in a jump menu so when they are clicked, they will automatically reference user to a page on the cart?
> I attached my 'original code' and the 'changes that I made' but notiing happened with my changed files when they are selected? (my original code) <A href="{pages_url var="page1" catid=$cat}">{$lng.lbl_page1}</A> <A href="{pages_url var="page2" catid=$cat}">{$lng.lbl_page2}</A> <A href="{pages_url var="page3" catid=$cat}">{$lng.lbl_page3}</A> <A href="{pages_url var="page4" catid=$cat}">{$lng.lbl_page4}</A> (what I changed) <select name=categoryId> <option value="" selected>Check these out! </option> <option value="{pages_url var="page1" catid=$cat}">{$lng.lbl_page1}</option> <option value="{pages_url var="page2" catid=$cat}">{$lng.lbl_page2}</option> <option value="{pages_url var="page3" catid=$cat}">{$lng.lbl_page3}</option> <option value="{pages_url var="page4" catid=$cat}">{$lng.lbl_page4}</option> </select> |
Re: Help with adding a link to JUMP MENU
Well how does the form know to open a url when one of those options is selected? Do you have a form script to go with it?
|
Re: Help with adding a link to JUMP MENU
no. Iam not quite sure what I should add?
|
Re: Help with adding a link to JUMP MENU
Search Google for 'Jump Menu'. Here's an example:
http://javascript.internet.com/navigation/jump-menu.html |
Re: Help with adding a link to JUMP MENU
Thanks iam checking it out.
|
Re: Help with adding a link to JUMP MENU
(In my example I had reference link like)
<A href="{pages_url var="page2" catid=$cat}">{$lng.lbl_page2}</A> (but, on your site link it shows like) <option value=http://javascript.internet.com>JSS</option> How I do I adjust it to make it work? |
All times are GMT -8. The time now is 07:28 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.