Popup med target frame, hvordan er det lige man gør det igen :D
Det er hvad jeg har prøvet, med Target data, men virker ikke, og aner helt ærlig ikke hvordan man så gør suk.<head>
<base target="data">
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<form name="jump">
<p align="center">
<select name="menu">
<option selected>Choose One</option>
<option value="http://mousetrax.com">Mousetrax</option>
<option value="http://yahoo.com">Yahoo</option>
<option value="http://microsoft.com">Microsoft</option>
<option value="http://personal-computer-tutor.com">Linda's Computer Stop</option>
<option value="http://personal-computer-tutor.com/abc">ABC Newsletter</option>
</select>
<input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"></p>
</form>