AW: Rechtsklick
Hallo hier mal ein Beispiel:
<!--
function init() {
if(parent != null && parent != self) {
var host=parent.location.hostname;
if(host != "this") {
top.location.href=self.location.href;
}
}
}
//-->
if (document.layers) {
document.captureEvents(Event.ONMOUSEDOWN);
}...