peterinwa
03-09-2005, 12:01 AM
How can I change:
onClick='top.location.href="URL"'
to have it open the URL in a new window?
I tried target="_blank" and got an error message:
<table width=500 bgcolor='#000000' cellpadding=2 cellspacing=0 align=center onClick='top.location.href="URL" target="_blank"' onMouseOver='this.style.cursor="pointer"'><tr><td>...
Thanks, Peter
onClick='top.location.href="URL"'
to have it open the URL in a new window?
I tried target="_blank" and got an error message:
<table width=500 bgcolor='#000000' cellpadding=2 cellspacing=0 align=center onClick='top.location.href="URL" target="_blank"' onMouseOver='this.style.cursor="pointer"'><tr><td>...
Thanks, Peter