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:
<!-- m --><a class="postlink" href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/oncontextmenu.asp">http://msdn.microsoft.com/library/defau ... xtmenu.asp</a><!-- m -->
Any thoughts?
// Michelle
function alerta() {
alert("khgk");
}
<body oncontextmenu="alerta();return false">
Here is Microsofts documentation on this behaviour:
<!-- m --><a class="postlink" href="http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/oncontextmenu.asp">http://msdn.microsoft.com/library/defau ... xtmenu.asp</a><!-- m -->
Any thoughts?
// Michelle