dakoz
Programmer
- Feb 2, 2002
- 74
The Code...
<TD bgcolor="#FFFFFF" width="40"
onmouseover="this.style.backgroundColor='#eeeeff'; this.style.borderColor='#000099';"
style="BORDER-RIGHT: #eeeeee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eeeeee 1px solid; PADDING-LEFT: 5px; FONT: 10px Verdana; BORDER-LEFT: #eeeeee 1px solid; WIDTH: 100%; CURSOR: hand; BORDER-BOTTOM: #eeeeee 1px solid; TEXT-ALIGN: left"
onclick="document.location = 'about.html'"
onmouseout="this.style.backgroundColor='#fefefe';this.style.borderColor='#eeeeee';"> About Us
</TD></TR>
The Problem..
HOW Can the about.html page open in a blank page?
targe="_blank" doesnt seem to work!
<TD bgcolor="#FFFFFF" width="40"
onmouseover="this.style.backgroundColor='#eeeeff'; this.style.borderColor='#000099';"
style="BORDER-RIGHT: #eeeeee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eeeeee 1px solid; PADDING-LEFT: 5px; FONT: 10px Verdana; BORDER-LEFT: #eeeeee 1px solid; WIDTH: 100%; CURSOR: hand; BORDER-BOTTOM: #eeeeee 1px solid; TEXT-ALIGN: left"
onclick="document.location = 'about.html'"
onmouseout="this.style.backgroundColor='#fefefe';this.style.borderColor='#eeeeee';"> About Us
</TD></TR>
The Problem..
HOW Can the about.html page open in a blank page?
targe="_blank" doesnt seem to work!