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
>
>