|
Using
Pop Up's
FACT: Whether you hate or love them -- pop-ups
represent one of the most powerful marketing weapons you can
start using to promote the "Turn Words Into Traffic"
ebook 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 "Turn Words Into Traffic".
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.
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=""
//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>
|
Back
to the Toolbox Main Page
Order Now! | Earn Money | Home
Guaranteed Response Marketing, LLC
Attn: Turn Words Into Traffic
P.O. Box 878, Lightfoot, VA 23090
Phone: 757--715-2157
|