Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML
Message
 
 
To
21/08/2000 12:58:13
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Internet
Category:
HTML
Title:
Re: HTML
Miscellaneous
Thread ID:
00407367
Message ID:
00407398
Views:
13
Yes that is a key element. ;-)

Add code to the OnChanged() event of the drop down.

Provided that you have the new URL stored in the value property of the dropdown (and a user friendly name for display purposes), you could configure the drop down like the following:

< SELECT NAME="mydropdown" onchange="javasscript:window.open(this.value,'newwindow')" >
< OPTION value="http://someurl/default.htm" > Some URL < /OPTION >
< OPTION value="http://anotherURL/somewebpage.htm" >Anorth URL< /OPTION >
< /SELECT >

I didn't test this so you may have to tweak it.

HTH.

>I guess I forgot to mention this, the drop down menu is on a html page.
>
>Jim
>
>>>I have a drop down combo box that has 4 values in it. When the user selects one of the values I want another webpage to appear. How do I do this?
>>>
>>>Thanks
>>>
>>>
>>>Jim
>>
>>Add code tn the Valid event (or method called from the valid) that launches a new URL. You could instantiate a Hyperlink object and use its NavigateTo method to go to the associated URL.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform