Posted by ross on 11/22/24 11:38
I would like to make the targets _blank in this menu code. Not working
unless used this way. Can you advise on this please? I appreciate this
newsgroup. Dick Ross
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Jump Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form method="POST" name="mapform" align="left">
<p align="center"><font color="#0000FF" size="6">
<select
name="jump" size="1">
<option value="value" selected>Click here to browse</option>
<option value="http://jcprd.com/apps/events/"
target="_blank">Johnson
County Parks and Recreation</option>
</select>
<input type="button" value="Go!"
onclick="location = '' + document.mapform.jump.options[
document.mapform.jump.selectedIndex ].value;">
</font></p>
</form>
</body>
</html>
Navigation:
[Reply to this message]
|