11.19.2008
<
Main
|
About+Contact
|
Donate
|
Linkback
|
Privacy
>
Opens in a new Window
Styles:
Digital
Mechanical
Sports
Science
Corporate
Misc.
Professional
(External Link)
GUIs With:
Sliced HTML
Generator
Sections:
Tools
CSS Docs
JavaScript
CSS Ref.
Tutorials
The Guide
Help:
Examples
FAQ
Tutorials
Pop-Up Generator
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?
Yes
No
Scrollbars
Will the new window have Scrollbars?
Yes
No
Menubar
Will the new window have a Menubar?
Yes
No
Toolbar
Will the new window have a Toolbar?
Yes
No
Status
Will the new window have a Statusbar?
Yes
No
Location
Will the new window have a Location (URL) area?
Yes
No
The resulting code is the function that will pop up the window:
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.
Copyright © 1998-2000 GUIStuff. All rights reserved.