hallo, ich verwende untenstehendes skript, um zu verhindern, dass eine seite in einem frame geöffnet wird. leider funktioniert das nur im IE. hat jemand eine solche funktion, die auch in Opera und Mozilla funktioniert? vielen dank!
-native.
<script type="text/javascript">
<!--
if(top!=self)
top.location=self.location;
//-->
</script>