"Newbie" <remove_this_to_mail_raadpleeg@hotmail.com> skrev i en meddelelse
news:abhluk$qo6$1@news.hccnet.nl...
> Does anyone know how to put the selected webpage in a new window?
> target="new" does not seem to work..
> thanks in advantage
> =======
> <html>
> <form name="drop_down">
> <select name="surf"
>
onChange="location=document.drop_down.surf.options[document.drop_down.surf.s
> electedIndex].value;" value="GO">
> <option value="
http://www.gotoanewwindow.com">this page stays in the same
> window </option>
> </select>
> </form>
> </body>
> </html>
>
>
target = "_blank"
Mvh
Ronny