Hello,
I have got a rather nasty problem with framesets and JS.
I am trying to include into a frame of an HTML page the content of an external site (let's say:
The pages of the external site contain anyway a JS code that automatically put their content in the top position; the code looks like this:
<script type="text/javascript" charset="utf-8">
if (top != self) { top.location.replace(' }
</script>
Is it possible, in your opinion, to 'neutralize' this behaviour, placing a suitable code on my HTML (frameset) page ?
I thank you in advance for any help.
Newcomsas
I have got a rather nasty problem with framesets and JS.
I am trying to include into a frame of an HTML page the content of an external site (let's say:
The pages of the external site contain anyway a JS code that automatically put their content in the top position; the code looks like this:
<script type="text/javascript" charset="utf-8">
if (top != self) { top.location.replace(' }
</script>
Is it possible, in your opinion, to 'neutralize' this behaviour, placing a suitable code on my HTML (frameset) page ?
I thank you in advance for any help.
Newcomsas