Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [Westin] Has anybody done a javascript drop down selection list for categories?: Edit Log

Here is the list of edits for this post
Re: [Westin] Has anybody done a javascript drop down selection list for categories?
Ah, thats a piece of cake (if I'm understanding you)

Code:
<%Plugins::ULTRAGlobals::Get_Root_Categories()%>
<select size="1" name="GotoURL" onchange="window.location.href= this.value;">
<option>-- select ---</option>
<%loop root_cat_loop%>
<option value="<%URL%>"><%Name%></option>
<%endloop%>
</select>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!

Last edited by:

Andy: May 12, 2009, 4:03 AM

Edit Log: