Log in

View Full Version : Multiple Choice Scrollbox URL Launcher



julmado
09-19-2005, 03:42 AM
Greetings, I am looking for script that resembles this:

http://www.dynamicdrive.com/dynamicindex16/chainedselects/index.htm

but instead of having a "reset" button, the button would load a URL.

From there, I'd like to include the URL a drop-down document in the same page, like this script:

http://www.dynamicdrive.com/dynamicindex3/dropdownview2.htm

If anyone can point me in the right direction, it would be much appreciated.

Many thanks!

julmado
09-19-2005, 04:25 AM
I've just answered my own question:

http://www.dynamicdrive.com/dynamicindex1/chainedmenu/index.htm

is what I was looking for, now to integrate the loading URL into the open page.

julmado
09-19-2005, 05:18 AM
Now, I'd like to add a 4th combox, anyone have any hints?

jscheuer1
09-19-2005, 05:17 PM
Modify config.js follow the instructions in chainedmenu.html, using the existing config.js as a guide.

julmado
09-19-2005, 11:28 PM
config seems ok, just having some trouble adding the comboxes into the html..

I can't seem to be able to link with config with with <select>

<select name="category" style="width:180px"></select>
<select name="site" style="width:180px"></select>
<input type="button" value="Open" onclick="openLink(this.form.site.value)">

works fine for my two first boxes, but I can't seem to get the content into any further boxes.

anyone have any experience with this script?

Many thanks..!