View Single Post
  #10 (permalink)  
Old 05-09-2008, 04:17 PM
Prisoner at War
Guest
 
Posts: n/a
Diggs:
Default Re: My Very Strange Webhost, SBI! -- Opinions, Please


Erratum:

I had neglected the "src" attribute in my post above (though not on
the actual webpage at issue)"

<img name="image" id="image" src=pic1.gif"
onMouseOver="document.getElementById('image').src= 'pic2.gif;'"
onMouseOut="document.getElementById('image').src=' pic1.gif;'" />
Reply With Quote