G
Gene McKinney
I want to have a drop down but not a form just a menu
choose any suggestions?
choose any suggestions?
view. Then edit the options for what you want.-----Original Message-----
Try this, copy and paste into a blank page in html
<p align="center"><b>Select a Site or Function:
<option value="">Select one</option>
<option value="javascript:window.open
('http://www.altavista.com')">AltaVista said:<option value="javascript:window.open
('http://www.yahoo.com')">Yahoo said:<option value="javascript:window.open
('http://www.google.com')">Google said:</select><input type="button" value="Go"
onclick="eval(setit.options
[setit.selectedIndex].value)"> said:--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
I want to have a drop down but not a form just a menu
choose any suggestions?
.
That sure does what I want, almost.
Steve Easton said:Try this, copy and paste into a blank page in html view. Then edit the options for what you want.
<p align="center"><b>Select a Site or Function: </b>
<option value="">Select one</option>
<option
Gene,value="javascript:window.open('http://www.altavista.com')">AltaVista said:<option value="javascript:window.open('http://www.yahoo.com')">Yahoo</option>
<option value="javascript:window.open('http://www.google.com')">Google</option>
</select><input type="button" value="Go"
onclick="eval(setit.options[setit.selectedIndex].value)"></input>
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer
Gene McKinney said:I want to have a drop down but not a form just a menu
choose any suggestions?
Gene McKinney said:view. Then edit the options for what you want.-----Original Message-----
Try this, copy and paste into a blank page in html<p align="center"><b>Select a Site or Function:<option value="">Select one</option>
<option value="javascript:window.open('http://www.altavista.com')">AltaVista said:<option value="javascript:window.open('http://www.yahoo.com')">Yahoo said:<option value="javascript:window.open('http://www.google.com')">Google said:</select><input type="button" value="Go"
onclick="eval(setit.options[setit.selectedIndex].value)"> said:--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
I want to have a drop down but not a form just a menu
choose any suggestions?
.
That sure does what I want, almost.
How do I have it so when you click the drop down and then
click yahoo it goes there. Instead of click yahoo and
then clicking go..
Thanks for what you did if I can't make it do what I want
I will go with this.