dakoz
Programmer
- Feb 2, 2002
- 74
hi all,
i have the following <td> in a table
<TD borderColor="FFFFFF"><IMG SRC="./images/db.gif" width="14" height="13"></TD>
<TD bgcolor="#FFFFFF" onmouseover="this.style.backgroundColor='#D6D6D6'; this.style.borderColor='#4E636B';"
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="parent.main.location.href='blank.html'"onmouseout="this.style.backgroundColor='#fefefe';this.style.borderColor='#eeeeee';">SOFTWARE</TD>
i have it in frames! i want when someone clicks on this SOFTWARE link to open this url in a new window.. i tried several stuff on the
onClick="parent.main.location.href='blank.html'
command but nothing seems to work...
can anyone tell me what is the correct syntax?
Thanx in advance
i have the following <td> in a table
<TD borderColor="FFFFFF"><IMG SRC="./images/db.gif" width="14" height="13"></TD>
<TD bgcolor="#FFFFFF" onmouseover="this.style.backgroundColor='#D6D6D6'; this.style.borderColor='#4E636B';"
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="parent.main.location.href='blank.html'"onmouseout="this.style.backgroundColor='#fefefe';this.style.borderColor='#eeeeee';">SOFTWARE</TD>
i have it in frames! i want when someone clicks on this SOFTWARE link to open this url in a new window.. i tried several stuff on the
onClick="parent.main.location.href='blank.html'
command but nothing seems to work...
can anyone tell me what is the correct syntax?
Thanx in advance