FULLSCREEN MODE
The wonderful and dreaded full screen mode. I put this here to explain a few
things to you about it.
Full screen mode is easily adapted by changing this line in the Win Pop code
to this:
Now this will open a window that is 100% in height and width.
The Fullsceen's default opens with scrollbars.
If you wish to remove the scrollbars, you
need to include the following code in the html of the page being opened.
Remember to include a Close Window Button or the hint to use Alt-F4 to get out
of your page or people may never come back to your site again. The code to close
a window with a button is:
Hope this helps you out
A1ien51