L
Larry
I have a page with 2 frames loading on same page. When I move from that page
to another on my site the top frame is left displayed. Not all pages use
framesets. How can I remove both pages on exit?
In the W3C reference I found refernce to an 'unload' parameter but am not
sure how to use it. Help.
The page code is below:
<HTML>
<HEAD>
<TITLE>Lifefacile Chalet/Motel Page </TITLE>
</HEAD>
<FRAMESET rows="150,*">
<FRAME SRC="motel-top-scroller.html" NAME="scroller" scrolling=no
frameBorder=No>
<FRAME SRC="motel.html" NAME="menu" frameBorder=No scrolling=yes>
</frameset>
</HTML>
to another on my site the top frame is left displayed. Not all pages use
framesets. How can I remove both pages on exit?
In the W3C reference I found refernce to an 'unload' parameter but am not
sure how to use it. Help.
The page code is below:
<HTML>
<HEAD>
<TITLE>Lifefacile Chalet/Motel Page </TITLE>
</HEAD>
<FRAMESET rows="150,*">
<FRAME SRC="motel-top-scroller.html" NAME="scroller" scrolling=no
frameBorder=No>
<FRAME SRC="motel.html" NAME="menu" frameBorder=No scrolling=yes>
</frameset>
</HTML>