michelle
03-20-2003, 05:10 AM
I want to get this code working with Opera, but it seems like it is a IE-function. Any code for NS is also appreciated.
function alerta() {
alert("khgk");
}
<body oncontextmenu="alerta();return false">
Here is Microsofts documentation on this behaviour:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/oncontextmenu.asp
Any thoughts?
// Michelle
function alerta() {
alert("khgk");
}
<body oncontextmenu="alerta();return false">
Here is Microsofts documentation on this behaviour:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/oncontextmenu.asp
Any thoughts?
// Michelle