help wit front page

liunx

Guest
ok i want a new window to open when i clik the link.but it says that index is undefined.can som1 please help.oh and the site is: <!-- w --><a class="postlink" href="http://www.geocities.com/emagdnim_rzrs/practice.html">www.geocities.com/emagdnim_rzrs/practice.html</a><!-- w --><br />
<br />
<br />
<br />
HERE IS MY CODE SO FAR<br />
<br />
<html><br />
<head><br />
<style type="text/css"><br />
<!--<br />
a:active {color: black}<br />
a:visited {color: black}<br />
a:link {color: black}<br />
a:hover { color: black;<br />
background-color: #3300FF;<br />
text-decoration: none; }<br />
<br />
--><br />
<br />
</style><br />
<br />
<br />
<br />
<title>Tazcounty Crew</title><br />
<style type="text/css"><br />
body {background-color: #FFFFFF}<br />
</style><br />
</head><br />
<br />
<body><br />
<p align=center><a href=http://www.htmlforums.com/archive/index.php/"http://www.geocities.com/emagdnim_rzrs/index.html" onclick="NewWindow(index.html,'index','500','600','no','random');return false" onfocus="this.blur()"><font size=+3>Enter The Site</font></a></p><br />
<br><br><br><br><br><br><br><br />
<br />
<p align=center><font color=black><font face=courier><b>This site is best viewed at 1024 x 768 or higher w/ Internet Explorer</b></font></p><br />
</body><br />
</html><!--content-->Just a guess, but try:<br />
<br />
<p align=center><a href=http://www.htmlforums.com/archive/index.php/"http://www.geocities.com/emagdnim_rzrs/index.html" onclick="NewWindow=window.open('index.html','index','width=500,height=600,toolbars=no');return false" onfocus="this.blur()"><font size=+3>Enter The Site</font></a></p> <br />
<br><br><br><br><br><br><br><!--content-->put the words index.html inside single quotes.<br />
<br />
'index.html'<!--content-->
 
Back
Top