|
-
June 7th, 2002, 09:46 AM
#1
return false
I have oncontextmenu="return false;" and oncontextmenu="javascript:return false;" as attributes (it's a <TH> tag, incidentally, but I don't suppose it matters), and the resultant behaviour is satisfactory. However, when I have oncontextmenu="javascript oThing();" along with
function doThing(){
return false;
}
I still get the context menu popping up.
Why is this, and how can I prevent it?
thanks,
S. Monkey (Mr)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|