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>
__________________
x-cart 4.0.16v
linux server
|