Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Target Blank

Status
Not open for further replies.

alehawk

Programmer
Jun 18, 2003
332
AR
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!
 
Code:
onclick="window.open('[URL unfurl="true"]http://localhost/contenidos/tests/cartaastral/default.asp','','');"[/URL]

*cLFlaVA
----------------------------
[tt]tastes great, less filling.[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top