Guest_imported
New member
- Jan 1, 1970
- 0
Guess what guys, I've figured it out on how to escape those dreaded pages to only load inside that frame. So, the problem is not necessarily the main page, but the page you're trying to link on!
So, make sure that the page you're linking to has the following code between your <HEAD> </HEAD> :
<script LANGUAGE="JavaScript">
<!--
if (window != top)
top.location.href = location.href;
// -->
</script>
This does the trick!!!!!
HTML at its best, and thanks to all those who were trying to contribute on the situation. Problem solved. Thanks Sara.
Joel
So, make sure that the page you're linking to has the following code between your <HEAD> </HEAD> :
<script LANGUAGE="JavaScript">
<!--
if (window != top)
top.location.href = location.href;
// -->
</script>
This does the trick!!!!!
HTML at its best, and thanks to all those who were trying to contribute on the situation. Problem solved. Thanks Sara.
Joel