Thread: Uhh WTF???
View Single Post
  #20 (permalink)  
Old 11-14-2002, 04:00 PM
ff_cid
Guest
 
Posts: n/a
Default

I did a javascript onmouseover, so that when your mouse hovers over my sigpic, a javascript alert will pop up saying "hello"

Code:
<img src="{url}" onMouseover=javascript:alert("hello")>
Like that ^^