| |
Getting Started with WisePopup
In General, WisePopup has a friendly user interface
with a build-in context help system at the top of the window, displaying the context sensitive help information according to your operations.
This means, even without reading the following document, you
can generate your first popup window within five minutes! The fastest way to create your first popup window
is first launching WisePopup, adjusting the options according to the context
sensitive help, then go to the Preview Tab to check the result. Repeat the above steps
until you are satisfied, and then copy the scripts from the Output Tab!
WisePopup divided into four tabs: Settings, Advanced, Output and Preview.
Settings Tab:

- Page URL: Specify the target URL displayed inside
the Popup Window.
- Function Name: The function name inside the popup scripts. It's safe to use the default name, unless you have put multiple popup windows inside a single web page. In this case, please modify
the default function name to avoid conflict.
- Popup Window Name: The window
name inside the popup scripts. It's safe to use the default name, unless you have put multiple popup windows inside a single web page. In this case, please modify
the default function name to avoid conflict.
- Popup Size: Specify the size of
the popup window.
- Full Screen: Check this to make
a full screen popup window, please use ALT + F4 to close it.
- Position: Specify the screen position
of the popup window.
- Auto Center: Check this to make popup
window automatically in the center of the screen.
- Create DHTML based popup window (IE5+, NS6): If checked, it will output scripts that generate unblockable DHTML window, which supported after Internet Explorer 5 or higher, and Netscape 6 or higher. The DHTML window will downgrade to a normal window gracefully in case the browser does not support it.
- Use drop-in effect: Check this option to enable the eye-catching entering effect for the DHTML window.
- Launch Mode: Choose the way how to popup the target window. You have 5 choices:
- clicked on a button: Launch the popup window when the visitor clicking on a button.
- clicked on a link: Launch the popup window when the visitor clicking on a link.
- mouse over a link: Launch the popup window when the visitor moving his mouse over the specific area.
- the page is loaded: Launch the popup window when the visitor entering your web page.
- the page is unloading: Launch the popup window when the visitor leaving your web page.
Advanced Tab:
- Style: Show or hide the following popup window elements:
- Location
- Status Bar
- Menu Bar
- Resizable
- Directories
- Scroll bar
- Tool bar
- Pop Under: Check to generate popup window that behind the current window.
- Open popup window after ... seconds: Check to specified the time before the popup window opened.
- Close popup window after ... seconds: Check to specified the time before the popup window closed.
- Popup once per session: Check to generate popup window that popuped only once per session.
Output Tab:

- Popup Code: Scripts used to popup the window.
- Copy Popup Code: Copy the popup codes to the clipboard, so that you can paste it into the HTML page by simply pressing CTRL + V. Note: Please paste the popup codes into the <head> section.
- Launch Code: Scripts used to launch the window.
- Copy Launch Code: Copy the launch codes to the clipboard, so that you can paste it into the HTML page by simply pressing CTRL + V. Note: Please paste the launch codes into the <body> section.
Preview Tab:

The preview tab provides you a living web page showing you how the target window popuped. The web page is generated according to your selections. To preview the popup window, please follow the on screen instructions.
|
|