Hi everbody,
I am seaching a code for that problem?
htdocs\iframe.h tml <--- This file is include with <iframe
src='iframe.htm l'in index.html
'iframe.html' tiny source code is:
<html>
<head>
<script>
if(self!=top) top.location=se lf.location;
</script>
</head>
<body>
</body>
</html>
htdocs\index.ht ml
'index.html' tiny source code is:
<html>
<head>
<script>
//How to don't change or not detect top location
</script>
</head>
<body>
<iframe name='iframe' src='iframe.htm l'>
</body>
</html>
Thanks.
I am seaching a code for that problem?
htdocs\iframe.h tml <--- This file is include with <iframe
src='iframe.htm l'in index.html
'iframe.html' tiny source code is:
<html>
<head>
<script>
if(self!=top) top.location=se lf.location;
</script>
</head>
<body>
</body>
</html>
htdocs\index.ht ml
'index.html' tiny source code is:
<html>
<head>
<script>
//How to don't change or not detect top location
</script>
</head>
<body>
<iframe name='iframe' src='iframe.htm l'>
</body>
</html>
Thanks.
Comment