|
Setting Up a Pop-Under
FACT:
Whether you hate or love them -- pop-ups represent
one of the most powerful marketing weapons you can
start using to promote the "Home Selling Secrets
Revealed" software immediately!
Here's
one of the most effective (and maybe the sneakiest
without annoying people) way to start using pop-up
windows…
Using
a "Pop Under" or "Pop Behind" Window
When
a visitor comes to your web page - they'll see the
exact same thing...nothing changes. But, the pop-behind
code will open up a new browser (behind their current
browser window) and that prospect will then be exposed
to our powerful sales letter promoting "Home
Selling Secrets Revealed".
This
techniques works great -- and it doesn't matter
if you get a lot of traffic or just a little bit
(Of course the more traffic you get - the higher
your commissions check will be).
This
is a great way to earn back-end income by simply
adding a few lines of code to your home page...
then just sit back and relax!
Here's
the Javascript code you can use to insert in between
the <head> and </head> tags of your
web page. This loads your affiliate page behind
the user's browser in a new window.
Remember
to insert your ClickBank Nickname so you get credit!
(substitute 'xxxxx' with your ClickBank nickname)
(Check out your
Taskbar and you will see that a Pop-Under has
appeared behind this page. This is because we
have added the following code to this page)
Instructions:
Cut
and paste the following Javascript code between
the head tags of your Web page, below your meta-tags.
Here's
what the code looks like:
</HEAD>
<script>
//specify page to pop-under
var popunder="http://hop.clickbank.net/?xxxxx/marketldrs"
//Pop-under only once per browser session?
(0=no, 1=yes)
//Specifying 0 will cause popunder to load
every time page is loaded
var once_per_session=1
///No editing beyond here required/////
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset,
end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}
function loadpopunder(){
win2=window.open(popunder)
win2.blur()
window.focus()
}
if (once_per_session==0)
loadpopunder()
else
loadornot()
</script>
</HEAD>
|
Setting Up a Pop-Under
As
an alternative you can create a standard pop-up
that will load after the main page is closed.
Here's
the Javascript code you can use to insert in between
after the </head> tag of your web page and
before the <body> tag. This loads your affiliate
page in a new window after they close the main
page.
Remember
to insert your ClickBank Nickname so you get
credit!
(substitute 'xxxxx' with you ClickBank nickname)
Instructions:
Cut
and paste the following Javascript code after
the </head> tags of your main Web page (usually
index.html).
Once
this is done you will need to add the following
code to the <body> tag. Cut the following
piece of code and then add it to the <body>
tag. (ie <body onUnload="leave()"
>)
Order 'Home Selling Secrets Revealed' (plus Bonus Gifts)
for just $39.97
Click
Here Now To Place Your Order via Secure SSL Server

©
Market Leaders Ltd,
74A Eatwell Avenue, P O Box 1646,Paraparaumu Beach,
New Zealand.
Phone 64 42981888, Fax 64 42981888,
Email noel@marketleadersltd.com
|