Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Ramona _ #1
Pop up that appears on domain exit only.
I would like for a pop up to appear on closing the "x" on the top right of a
browser window,
What this means is, I want a pop up to appear when a user is trying to leave
my website. Example: give them a special offer.
I do not want this message to appear when they leave to visit/surf other areas
of my website.
Please help!
Ramona _ Guest
-
?????????? appears in Access
when inserting text into an Access database ?????????? sometimes appears Could anybody tell me what this is please?? -
accessing IP/domain-authenticated user's IP/domain string programmatically?
When using IP or domain authentication, is it possible to access the IP address or domain name of the requestor, after authentication has occurred,... -
Loaded MC appears way too big, why? Please help!
Hi guys ,hope you can help me out again! After worrying myself sick about converting to flash 2004 I have finally got myself a demo version and am... -
How to permit Domain User in AD domain install software on his/her machine?
Hello, I have AD domain and 100 users, 15 of them are developers. Developers need full control over their machines. They need to install... -
Can see www.<domain>.com but not <domain>.com after named setup
Good evening all, I am having a problem setting up named on RH9 linux box for an external domain. I have set up the various conf files (shown... -
E Michael Brandt #2
Re: Pop up that appears on domain exit only.
It is not possible to distinguish just how the user is leaving your
page. The event in question here is the unload event, and it fires
whether the user clicks the X, or submits a form, clicks a link, whatever.
--
E. Michael Brandt
[url]www.divaHTML.com[/url]
divaGPS : you-are-here menu highlighting
divaFAQ : FAQ pages with pizazz
[url]www.valleywebdesigns.com[/url]
JustSo PictureWindow
JustSo PhotoAlbum
--
Ramona _ wrote:> I would like for a pop up to appear on closing the "x" on the top right of a
> browser window,
>
> What this means is, I want a pop up to appear when a user is trying to leave
> my website. Example: give them a special offer.
>
> I do not want this message to appear when they leave to visit/surf other areas
> of my website.
>
> Please help!
>E Michael Brandt Guest
-
E Michael Brandt #3
Re: Pop up that appears on domain exit only.
Forgot also to mention that such unsolicited popups are likely to be
blocked by the user's Popup Blocker. So all in all this is a bad idea.....
--
E. Michael Brandt
[url]www.divaHTML.com[/url]
divaGPS : you-are-here menu highlighting
divaFAQ : FAQ pages with pizazz
[url]www.valleywebdesigns.com[/url]
JustSo PictureWindow
JustSo PhotoAlbum
--
E Michael Brandt wrote:>
> It is not possible to distinguish just how the user is leaving your
> page. The event in question here is the unload event, and it fires
> whether the user clicks the X, or submits a form, clicks a link, whatever.
>E Michael Brandt Guest
-
east99 #4
Re: Pop up that appears on domain exit only.
[q]Originally posted by: Ramona _
I would like for a pop up to appear on closing the "x" on the top right of a
browser window,
What this means is, I want a pop up to appear when a user is trying to leave
my website. Example: give them a special offer.
I do not want this message to appear when they leave to visit/surf other areas
of my website.
Please help![/q]
You could try this:
1. Create the HTML page popup page the way you want. lets call it popup.html
Now if i understand correctly, you want to go to this popup.html you just
created if the user wants to close the main page right?
2. This goes in the main page:
<body onunload="javascript:logout()">
The function logout() looks something like this:
function logout ()
{
window.open("popup.html");
}
I hope that helps you.
But if my pop up blocker is running this code wont work anyway.
east99 Guest
-
AAlanC #5
Re: Pop up that appears on domain exit only.
They are right. When leaving a page the ONUNLOAD event gives no clue to where
they are going our how the page is closing (submit, link, ...).
But you can create a pop-under window. If you use the ONULOAD, popup blockers
will block it. One can jump into the onClick event and add a function that will
open the pop-under window and avoid blockers.
The Advanced Window Open 3.0 extension has the tools to build those windows.
Many of us are prejucied against these types of popup ads but clients like
them. Unfortunately there are always more nubies on the net that will buy via
popups... Someday someone will do a market study to tell us they help or hurt
sales.
AAlanC Guest



Reply With Quote

