I'm also having trouble with a popup on leave javascript. It seems that it
pops up when I browse to another page instead of waiting till I completely
leave my site. What am I doing wrong. Mind you, I'm using Front Page. I have
it installed at www.over100percent.com. Here's the script I'm putting into
the head section. Does this need to be on every page?
I HAVE THIS IN THE HEAD...
<script language="JavaS cript">
<!-- Begin
function leave() {
window.open('ht tp://over100percent. com/popup_on_leave. htm','','toolba r=no,menubar=no ,location=no,he ight=385,width= 300');
}
// End -->
</script>
THEN IN THE BODY I HAVE...
<BODY onUnload="leave ()" style="text-align: left"><div align="left"><f ont
size="2" face="Arial" color="black">< SCRIPT LANGUAGE="JavaS cript">
--
Warmest regards,
Steve Horrillo, Realtor / CEO / C.Ht.
http://brokeragenttraining.com (Advanced training for real estate
professionals)
http://over100percent.com (Realtors earn over 100 percent)
http::/hipfsbo.com (A helpful place for the serious home seller or buyer who
is open to new ideas)
pops up when I browse to another page instead of waiting till I completely
leave my site. What am I doing wrong. Mind you, I'm using Front Page. I have
it installed at www.over100percent.com. Here's the script I'm putting into
the head section. Does this need to be on every page?
I HAVE THIS IN THE HEAD...
<script language="JavaS cript">
<!-- Begin
function leave() {
window.open('ht tp://over100percent. com/popup_on_leave. htm','','toolba r=no,menubar=no ,location=no,he ight=385,width= 300');
}
// End -->
</script>
THEN IN THE BODY I HAVE...
<BODY onUnload="leave ()" style="text-align: left"><div align="left"><f ont
size="2" face="Arial" color="black">< SCRIPT LANGUAGE="JavaS cript">
--
Warmest regards,
Steve Horrillo, Realtor / CEO / C.Ht.
http://brokeragenttraining.com (Advanced training for real estate
professionals)
http://over100percent.com (Realtors earn over 100 percent)
http::/hipfsbo.com (A helpful place for the serious home seller or buyer who
is open to new ideas)
Comment