Hi! I use this:
<td bgcolor="#E1E8FF" onMouseOver="pviiW3Cbg(this, '#6699FF')" onMouseOut="pviiW3Cbg(this, '#E1E8FF')" onclick="window.location=' style="cursor: pointer;">
To open a url by passing the mouse over a table cell.
How can I do to set target="blank" to open the link in a new window?
Tnx!
<td bgcolor="#E1E8FF" onMouseOver="pviiW3Cbg(this, '#6699FF')" onMouseOut="pviiW3Cbg(this, '#E1E8FF')" onclick="window.location=' style="cursor: pointer;">
To open a url by passing the mouse over a table cell.
How can I do to set target="blank" to open the link in a new window?
Tnx!