Goad
12-24-2006, 01:24 AM
1) Script Title: Chained Select Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/chainedmenu/
3) Describe problem:
I am new to programming and I have no problem googling and learning, but I just need help being pointed in the right direction because I have a feeling I am not heading the right way.
I am using the Chained Select Menu and I read through it and set up my menu's to work the way I want them, but the default way the "Go" button is programed is to have a popup error type box display the result.
so in the HTML form that I paste into the website, I changed the input type from "button" to "submit". I still get the button popup, but now it redirects to a new url.
Example:
I select Car Sites>Regular Cars>Ford from the menu, I hit go. It displays a popup with "www.ford.com" and after I hit "Ok" it redirects the site to this:
http://www.domain.com/?firstlevel=&secondlevel=&thirdlevel=http%3A%2F%2Fwww.ford.com
Now how do I A) Remove the popup message B) direct the website correctly based on the selected items in the menus.
The instructions are very helpful and detailed on how to modify the menus, but not the "Go" button.
Any help would be appreciated.
-Brad
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/chainedmenu/
3) Describe problem:
I am new to programming and I have no problem googling and learning, but I just need help being pointed in the right direction because I have a feeling I am not heading the right way.
I am using the Chained Select Menu and I read through it and set up my menu's to work the way I want them, but the default way the "Go" button is programed is to have a popup error type box display the result.
so in the HTML form that I paste into the website, I changed the input type from "button" to "submit". I still get the button popup, but now it redirects to a new url.
Example:
I select Car Sites>Regular Cars>Ford from the menu, I hit go. It displays a popup with "www.ford.com" and after I hit "Ok" it redirects the site to this:
http://www.domain.com/?firstlevel=&secondlevel=&thirdlevel=http%3A%2F%2Fwww.ford.com
Now how do I A) Remove the popup message B) direct the website correctly based on the selected items in the menus.
The instructions are very helpful and detailed on how to modify the menus, but not the "Go" button.
Any help would be appreciated.
-Brad