document.onmouseup=PrxOMUp

Hi y'all,<br />
<br />
When I try to view the page where this code line is on (see bottom of message), I get an error message saying: 'PrxOMUp is undefined'.<br />
Can anyone tell me what the reason might be and what i can do about it.<br />
<br />
Thx.<br />
<br />
this is the line of code:<br />
if(document.layers){document.captureEvents(Event.MOUSEUP);}document.onmouseup=PrxOMUp;<br />
<br />
GreetZ,<br />
SDX :cool:<!--content-->PrxOMUp is probably a variable which is nowhere defined (no value) or a function which does not exists;<!--content-->
 
Back
Top