Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: AW: Re: Drop down list hyperlinks


Message #1 by "Neethling, Dirk BYNI/PLM" <Dirk.Neethling2@h...> on Mon, 2 Oct 2000 14:07:48 +0200
yea, this is even better,
dirk

> -----Urspr=FCngliche Nachricht-----
> Von:	Ken Schaefer [SMTP:ken@a...]
> Gesendet am:	Monday, October 02, 2000 2:39 PM
> An:	HTML Code Clinic
> Betreff:	[html_code_clinic] Re: Drop down list hyperlinks
>
> Use javascript:
>
> <!--
> function gothere()
> {
> 
window.location=3Ddocument.form.element.options[document.form.element.se
lect
> ed
> Index].value;
> }
> file://-->
>
>
> Just call the function using the onChange event of the <select> drop 
down
> box.
> Set the value of each option to the location of the page you want to
> navigate to.
>
> Cheers
> Ken
>
>

  Return to Index