Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Creating Hyperlinks in comboboxes


Message #1 by "Donald Carroll" <donald.carroll@f...> on Fri, 18 Jan 2002 16:02:00
You have to use the javascript onchange() event...

-----Original Message-----
From: Donald Carroll [mailto:donald.carroll@f...]
Sent: Friday, January 18, 2002 11:02 AM
To: HTML Code Clinic
Subject: [html_code_clinic] Creating Hyperlinks in comboboxes


Hello everyone,
I am about 2 weeks old to the HTML world and I think I am making pretty 
good progress.  So far I have learned a lot of the basic text formatting 
tags and changing the color of the background, creating hyperlinks and 
pictures and tables and a few other cool things.  Now I have discovered 
the combobox and the option tags.  What I want to do is allow the person 
visiting my combobox to select something from it and then their web 
browser will go to the page that they select.  How do I make one of the 
selections within the comboboxes a hyperlink?  Is it something like the 
example below or what?

<OPTION HREF="Filename.html">Check this out</OPTION>
                       OR
<OPTION><A HREF="Filename.html">Check this out</OPTION>


Thanks in advance for any help that anyone can provide.
Donald
$subst('Email.Unsub').


********************************************************************
The information contained in this email is confidential and
is intended solely for the use of the person identified and
intended as the recipient. If you are not the intended 
recipient, any disclosure, copying, distribution, or taking of
any action in reliance on the contents is prohibited. If you
receive this message in error, contact the sender
immediately and delete it from your computer.

Personal e-mails are restricted by PSECU policy. As such,
PSECU specifically disclaims any responsibility or liability
for any personal information or opinions of the author
expressed in this email.
********************************************************************


  Return to Index