Javascript Open Window Tip


When using Javascript to open windows from within HTML Frames, remember that the SCRIPT code goes in the master window that sets up the page of frames, and not in the frame.

If you do not do this, the open window code will fail. Look at the source code for my page to see this.

Back to the Help Building HTML page.