Author: Real Gagnon
Author's WebSite: http://tactika.com/realhome/realhome.html
<FRAMESET ROWS="100%,*">
<FRAME NAME="mainFrame" SRC="visiblePage.html" border=0>
<FRAME NAME="scriptFrame" SRC="invisiblePage.html" border=0>
</FRAMESET>
The Frame "scriptFrame" will be invisible. Javascript in the scriptFrame can be referenced with "window.parent.scriptFrame". That's an easy way to hide your scripts from the user.
Posted On: 10-Jul-1999