Ah, yes you are right, and I knew that, but I guess it just slipped out.
The reason I need for this to work this way is because I am building a directory site and I have companies that pay to be listed. Therefore this will be very good for business if I can show to my paying clients that people are visiting their links.
I came across a site that does this, and looking at the source I found the code below. Perhaps this could lend an idea...
Code:
<tr valign="top"><td width="19%"><b><font size="2"
face="Arial">Website:</font></b></td><td width="81%">
<font size="2"face="Arial">
<Ahref="javascript:document.forms[0].submit();"
onMouseOver="window.status='Visit our Website';return true;"
onMouseOut="window.status='';return true;"
target="_top"><big><b>www.sitename.com</b></big></a>
</font></td></tr>
</table>
</td></tr>
</table>
<br><br>
</script>
Does this tell you anything?
|