Click to See Complete Forum and Search --> : document.onmouseup=PrxOMUp


SDX
01-10-2003, 03:54 PM
Hi y'all,

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'.
Can anyone tell me what the reason might be and what i can do about it.

Thx.

this is the line of code:
if(document.layers){document.captureEvents(Event.MOUSEUP);}document.onmouseup=PrxOMUp;

GreetZ,
SDX :cool:

swon
01-10-2003, 04:23 PM
PrxOMUp is probably a variable which is nowhere defined (no value) or a function which does not exists;