benastan
02-17-2003, 03:26 AM
HELp, i am trying to make a site jump that jumps from page to page. the index looks like this:
<html>
<head>
<style type="text/css">
<!--
body {background-color:black;color:white;font-size:10pt;}
a:link {background-color:black;color:white;font-size:10pt;}
a:visited {background-color:black;color:white;font-size:10pt;}
a:active {background-color:black;color:white;font-size:10pt;}
a:hover {background-color:black;color:red;font-size:11pt;}
-->
</style>
<title>Pirate Monkey</title>
</head>
<body>
<iframe id="siteJump" src="sitejump.html" width="300" height="100"></iframe>
<iframe id="signedInStatus" src="cgi-bin/userstatus.cgi" width="250" height="110" style="position:absolute;top:10;left:600;z-index:5;"></iframe>
</body>
</html>
when change the site in the site jump it jumps to the page WITHIn the site jump iframe. can someone tell me how to make the link open in the window and not the iframe. THNX
<html>
<head>
<style type="text/css">
<!--
body {background-color:black;color:white;font-size:10pt;}
a:link {background-color:black;color:white;font-size:10pt;}
a:visited {background-color:black;color:white;font-size:10pt;}
a:active {background-color:black;color:white;font-size:10pt;}
a:hover {background-color:black;color:red;font-size:11pt;}
-->
</style>
<title>Pirate Monkey</title>
</head>
<body>
<iframe id="siteJump" src="sitejump.html" width="300" height="100"></iframe>
<iframe id="signedInStatus" src="cgi-bin/userstatus.cgi" width="250" height="110" style="position:absolute;top:10;left:600;z-index:5;"></iframe>
</body>
</html>
when change the site in the site jump it jumps to the page WITHIn the site jump iframe. can someone tell me how to make the link open in the window and not the iframe. THNX