Philip Prindeville wrote:
Actually, this seems to work:
rawbody L_PHISH /<[aA] [hH][rR][eE][fF]=.*
(onMouseOver|onMouseMouse)="window\.status=/
describe L_PHISH Test for PHISH overwrites the status bar
score L_PHISH 6.0
I suppose I could beef it up with a test to see if __CTYPE_HTML was
set at the same time...
Not sure how case-sensitive JavaScript is to whether "onmouseover" is the
same as "onMouseOver"... I'm not a JS-head.
JavaScript is case sensitive, but HTML is not. (XHTML, however, is --
at least in theory.)
In this syntax, onMouseOver is actually an HTML attribute of the A tag.
The value of that attribute, however, contains JavaScript. So
onMouseOver, ONMOUSEOVER, onmouseover are all equivalent, but
window.status has to be in all lower case.
Incidentally, I've never heard of onMouseMouse. Should that be onMouseMove?
--
Kelson Vibber
SpeedGate Communications <www.speed.net>