Learn how to redirect to different web pages when the user selects an item from a drop-down menu.
Tutorial Details:
Code Beach - Redirecting URL in JavaScript
All .NET ASP BREW C++ C# ColdFusion Delphi/Kylix HTML J2ME Java JavaScript Palm Perl PHP Pocket PC Python SQL Ruby Symbian Visual Basic XML
Redirecting URL in JavaScript by: Amrit Hallan
Whenever you want to generate dynamic pages you often have to resort to using some server side scripting language such as PHP or ASP. But let us assume that there are only three or four pages that could be chosen from a drop-down menu (a combo-box). The following procedure helps you create a JavaScript-supported drop-down menu.
First the form:
|