Click here to download free trial version and learn more information about the program.
WisePopup
Q: Where the launch and popup codes should be inserted?
A: 1) "Popup Code" generated by Wise Popup should be insert between <HEAD>...</HEAD> of your page.
2) "clicked on a button": "Launch Code" should be inserted between <BODY> ...</BODY> of your page.
3) "clicked on a link": "Launch Code" should be added to the A tag of the link.
For example: <a href="javascript:popupme()">click Here</a>
4) "mouse over a link": "Launch Code" should be added to the A tag of the link.
For example: <a href="#" onmouseover="PopupMe()">MouseOver Here</a>
5) "the page is loaded": "Launch Code" should be appended to BODY tag
For example: <body bgcolor="#ffffff" link="#003399" onload="PopupMe()">
6) "the page is unloading": "Launch Code" should be appended to BODY tag
For example: <body bgcolor="#ffffff" link="#003399" onunload="PopupMe()">
If you still feel confused with it, please send your web page to us. Then we will send you detailed instructions on how to insert your codes.
Q: How can I make 20 buttons in one page to open 20 different popup windows?
A: To launch more than one popup window within one page, you should use different "Function Name" and "Popup Window Name" when generating code.