A
alpim
Hi everbody,
I am seaching a code for that problem?
htdocs\iframe.html <--- This file is include with <iframe
src='iframe.html'> in index.html
'iframe.html' tiny source code is:
<html>
<head>
<script>
if(self!=top) top.location=self.location;
</script>
</head>
<body>
</body>
</html>
htdocs\index.html
'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.html'>
</body>
</html>
Thanks.
I am seaching a code for that problem?
htdocs\iframe.html <--- This file is include with <iframe
src='iframe.html'> in index.html
'iframe.html' tiny source code is:
<html>
<head>
<script>
if(self!=top) top.location=self.location;
</script>
</head>
<body>
</body>
</html>
htdocs\index.html
'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.html'>
</body>
</html>
Thanks.