Where do I go to find a Pop Up window so I can add it to my site. I want to be able to capture name and email with a free report when people are exiting my site. Thank you.
Pop Up Window
Collapse
X
-
Re: Pop Up Window
Hi Dave,
To do what you want, if I understand you correct; to catch the people as they are leaving your page, you need a scipt. I can not help you there though.
If you can get the people to click on a button or image before the leave your page, then you can direct them & use the pop-up window feature that Doug was talking about.
Comment
-
-
Re: Pop Up Window
You will need to Google for a "pop-under" or "website exit pop-up script" .... these are frowned on by most professional webbies, but an alternative is using a "floater"/"slider" that presents the opportunity on pages until closed by viewer. You can find these in Menus & Navigation sections of most script download sources.
I would suggest that if you have an idea of what you want, you due at least some due diligence by Searching on your own a bit (at least to 'test' if your idea is viable or not by finding examples) before simply peppering the forum and then constantly belaboring the fine points unnecessarily as you have been recently.
IMO
Comment
-
-
Re: Pop Up Window
Let me get this correctly: you want a popup with a signup form to appear when your visitors are leaving your site (changing or closin the page)?
If this is correct, then it is simple: create a page with the form for aweber (OR ANY OTHER FORM)
Save and publish it. For this example we will supppose that the page is called "form.html"
Now, in ALL your pages (exeption made for the one with the form), go View, Page Properties, Events, Add, select onUnLOad, set the action to be Javascript function, and in the Javascript field copy / paste this:
window.open('http://www.yourdomain.com/form.html','no','no','no','no','no','no','100','15 0','300','400');
300 and 400 are the popup dimensions, 100 and 150 the horizontal and vertical distance from the top left corner where the popup will appear.
You can change these as required. Replace yourdomain.con and form.html with the real domain name and page name.
Though i doubt that someone leaving your site, will stop by to fill in the signup form.........Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Comment
-
Comment