I want to hide a link going through a banner ad.
Will this hide the link:
<form method="GET" action="http://www.othersite.com">
<input src="bannerad.gif" name="I1" alt="go to other site" width="468" height="60"
type="image">
</form>
If it will, why isn't this a more commonly discussed method for hiding links rather than javascript?
Thanks
Bookmarks