EDIT:
I would also like to note this forum's code has a problem. Apparently if I use M-OUS-EOV-ER (without the hypens) as a parameter in a HTML tag like below it refuses to allow me to post (NOTE: I used < and > when posting this instead of the symbols so what the hell... that is some lazy or ignorant programming as it filters out crap that ISN'T even an HTML tag to begin with). That's why parts of this post below look kind of butchered.
I was kind of disappointed when I figured this out, but apparently On-Mo-use-Move, On-Mo-use-Enter and OnM-ou-seL-eave aren't checked for pop-up launching code.
e.g.:
<BODY onM-ou-se-Over="window.open('test.html','_blank','resizable=no,width=2400,height=4000');">
e.g. (this one's more fun)
<SCRIPT>
<!--
function annoy()
{
while(1) { window.open('test.html','_blank','resizable=no,width=2400,height=4000');}
}
-->
</SCRIPT>
<BODY onMo--useO-ver="annoy();" on-M-ous--eEnter="annoy();"
on--Mous-eLe-ave="annoy();">
[ March 01, 2004: Message edited by: anphanax ]