Try this:

<HTML>
<HEAD>
    <TITLE></TITLE>
    <META NAME="Author" CONTENT="">

</HEAD>
<BODY TEXT="#FFFFFF" BGCOLOR="#1E0091" LINK="#FDEFFF" VLINK="#FFFF00" 
ALINK="#EE0000">

<FORM NAME="menuForm">
<SELECT NAME="menu" onchange="top.location.href = 
this.options[this.selectedIndex].value;">
<OPTION VALUE="page01.html"SELECTED>Web Site Menu
<OPTION VALUE="page02.html"        >About Our Company
<OPTION VALUE="page02.html"        > -Who we are
<OPTION VALUE="page03.html"        > -Our Guarantee
<OPTION VALUE="page04.html"        > -About this Web site
<OPTION VALUE="page05.html"        > -Contact Us
<OPTION VALUE="page06.html"        >Products
<OPTION VALUE="page06.html"        > -Description
<OPTION VALUE="page07.html"        > -Applications
<OPTION VALUE="page08.html"        > -History
<OPTION VALUE="page09.html"        > -Details
<OPTION VALUE="page10.html"        > -Uses
<OPTION VALUE="page11.html"        >  FAQs
<OPTION VALUE="page12.html"        >Place an order
<OPTION VALUE="page12.html"        > -Products &amp; Prices
<OPTION VALUE="page13.html"        > -Internet Ordering
<OPTION VALUE="page14.html"        > -Order Form
</SELECT>
</FORM>
</BODY>
</HTML>




At 5:28 PM -0500 8/8/00, Kim Ahlbrandt wrote:
>I have a form containing a pulldown menu.  I need this form to send the user
>to a different place according to what they choose.  I'm trying to use
>ONSUBMIT to call a javascript function that will look at the value on the
>pulldown menu and send a variable containing the url back to the submit
>button.  Is this possible and if so, is this the best way to do this.  It is
>not working at all right now.  I cannot find any examples of how to do this
>anywhere.
>
>Thanks,
>
>Kim
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
>------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/[email protected]/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_tal 
>k or send a message to [EMAIL PROTECTED] with 
>'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to