|
What kind of mouseovers are you talking about? Changing the window.status when someone hovers over a link? Changing an image when someone hovers over it? Giving a popup when someone hovers over something with his mouse?
<a href="" onmouseover="window.status='fuck you dickwad'; return true" onmouseout="window.status=''; return true">window status</a>
<a href="" onmouseover="alert('Eat shit fuckface'); return true">alert box</a>
<a href="" onmouseover="window.open('about: go fuck yourself'); return true">popup</a>
These are all mouseovers, so, what kind are you talking about?
__________________
/(bb|[^b]{2})/
|