Re: selecting an option from a combo box
From: Steve Easton (admin_at_95isalive.com)
Date: 09/28/04
- Next message: Kevin Spencer: "Re: Using Access 2000 w/FP2003 w/XP Home Edition"
- Previous message: L/P: "Re: Strang "view" question"
- In reply to: Philippe: "selecting an option from a combo box"
- Next in thread: Philippe: "Re: selecting an option from a combo box"
- Reply: Philippe: "Re: selecting an option from a combo box"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Sep 2004 12:51:53 -0400
actually you want javascript not VB.
Try this:
<p align="center">
<select id="setit" Onchange="window(setit.options[setit.selectedIndex].value)">
<option selected>Select a page</option>
<option value="page1.htm">Page 1</option>
<option value="page2.htm">Page 2</option>
<option value="page3.htm">Page 3</option></select>
</p>
Edit the file names as appropriate.
-- Steve Easton Microsoft MVP FrontPage 95isalive This site is best viewed............ .......................with a computer "Philippe" <Philippe@discussions.microsoft.com> wrote in message news:F95F4660-CD95-4205-8BEE-31FC5BA86391@microsoft.com... > I am a novice to VB scripting and front page, here is my challenge: > - I created a select tag and added several options to it > -I did set one option as the selected one. > I would like the user to go to another page after he/she clicks the selected > option. > Please advice. > P.S. > I did use the comboname_onselectstart event but it is not working as expected. > Thank you for your help. >
- Next message: Kevin Spencer: "Re: Using Access 2000 w/FP2003 w/XP Home Edition"
- Previous message: L/P: "Re: Strang "view" question"
- In reply to: Philippe: "selecting an option from a combo box"
- Next in thread: Philippe: "Re: selecting an option from a combo box"
- Reply: Philippe: "Re: selecting an option from a combo box"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|