CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 ListBox Menu

Print topic Send  topic

Author Message
Vince
Posted: 07/31/2002, 5:46 AM

Hi,
I want to include a drop-down redirection menu on my page. Drop down box is populated by the database. When the user makes a selection, he his automatically taken to the page of his choice. Some javascript involved I guess. I had a look at the article on dependent listboxes but that does not really help.
Any support will be greatly appreciated!

Vincent
Alex Alexapolsky
Posted: 07/31/2002, 5:51 AM

That's pure javascript programming.
E.g. this could be put into Form Footer

<script>
function myredirect() {
window.location = "some_file.asp";
}
document.ListBoxName.onchange = myredirect;
</script>

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.