Frame
Breaking Script for Webmaster's
<SCRIPT LANGUAGE="JavaScript">
<!--
if (window != window.top)
top.location.href = location.href;
// -->
</SCRIPT>
For the window to open when a link is clicked add this code
to the <body> of your document.
Example:
<a href="#" OnClick="window.open('http://www.achichu.com','default_window','width=300, height=200, top=80, left=50, menubar, status, scrollbars, resizable, toolbar, location'); return false;">Your Link Here</a>
For the window to open when the page is loaded add this code
to the <head> of your
document
Example:
<script language="JavaScript"><!--Start Hidewindow.open('http://www.achichu.com','default_window','width=300, height=200, top=80, left=50, menubar, status, scrollbars, resizable, toolbar, location');// End Hide--></script>
NB:
Read Disclaimer
|
|