Sometimes when visiting a page, all of a sudden I end up with a new
browser window showing another URL. What's the deal?
Actually, this one sort of had me wondering what was wrong with
my browser when viewing my guestbook one day. Well, if it's in
my guestbook, it's fair game to share with you. ;-). Thanks
Colin!
When you pass your mouse over the logo, a new browser window
with the site's main page will appear. You can then close the
extra window. Try not to abuse this one!
example
source code
<center>
<table border="3" BODY BGCOLOR="#000000">
<tr><td><a href="http://bignosebird.com/"
onmouseover="window.open ('http://bignosebird.com/index.shtml');"
onMouseOver="status='Go To This Site';
return true" onMouseOut="status='';">
<IMG SRC="http://bignosebird.com/images/minibird.gif"
WIDTH="425" HEIGHT="75" BORDER="0"></A>
</td></tr>
</table>
</center>