Web design and web consulting: WendyLeBel.com
Home Web Design & Consulting Excel Tutorials Links About me Contact me
Pop-Up Generator

Window Pop-Up Generator Notes:
- The resulting function is called "launch()", and can be called using a link, or through another Javascript function. Here is an example of how activate the window using an HREF link:
<a href="javascript:launch()">Launch Window</a>

- If you enter a global URL, remember to add the "http://" before it.

Window Variable Name
The window's opening variable. If you don't plan to target the window using JavaScript at a later point, just enter any name.
Window URL
The URL of the new window. If you plan to 'fill' the window with document.write's using JavaScript at a later point, leave this blank.
Window Name
The new window's name.
Window Width
The new window's width, in pixels.
Window Height
The new window's height, in pixels.
From Top
The new window's distance, in pixels, from the top of the screen.
From Left
The new window's distance, in pixels, from the left of the screen.
Resizable
Will the new window be resizable by the user?
Scrollbars
Will the new window have Scrollbars?
Menubar
Will the new window have a Menubar?
Toolbar
Will the new window have a Toolbar?
Status
Will the new window have a Statusbar?
Location
Will the new window have a Location (URL) area?
The resulting code is the function that will pop up the window:

home | web design & web consulting | excel solutions | tutorials | links | about me | contact me
portfolio | faq | payment terms
guistuff

Copyright © 2005 Wendy LeBel. All rights reserved. my personal site!