Signup Problems
If you get an error "That Email is already in use" when you
are
signing up, the system has already registered your email and your
info is actually set up. But if you haven't finished or need to make
changes, then what? Well, for your protection and security, we make
all internal changes. So, just fill out the form below and zap it to us.
Include everything we will need to set you up the way YOU want it
and it will be done pronto! We will email you back to let you know when
it is done and get your approval. Then your popup will be released to the
rotation system and be seen all over the internet.
POPUP Problems
The most common problems relate to getting the html code on your
web page properly. Here is the info:
1. Place this part somewhere in the <HEAD> part of
your web
pages
****Copy Below this Line***
<SCRIPT LANGUAGE="JavaScript">
function dopop(id)
{
window.open('http://www.internetmarketingtoolz.com/checkbox/popup.php?affid='+id,"popup",'width=400,height=500,scrollbars=yes');
}
</SCRIPT>
*** Copy Above This Line****
Please make sure the long line that begins with
window.open('http://www.internetmarketingtoolz.com remains
as one long line on you web page. (Sometimes E-mail programs will split
this up and when you paste it into your page it won't work)
You may want to copy from here, then paste into a text editor
(not a word processing program). Use something like Notepad or Wordpad.
Then copy from there to paste into your webpage code.
Make NO CHANGES in the above code. The only place you insert your ID is in
the part that goes in the <BODY> Tag. (See below)
2. Add this into the <BODY> Tag
Immediately After The Word BODY (don't forget the space)
onLoad="dopop('ID#')"
where ID# is the number
from your setup Email.
so its something like this:
<BODY onLoad="dopop('ID#')">
Don't forget, ID# is
the number from your setup Email.
Note - there may be other information in the beginning body tag.
That's Ok.
Want your popup to happen when your visitor
leaves?
Just change the onLoad in the code above to onUnload. That's all there is to
it!
Still Having Problems?
Just fill out the support form and we'll get you fixed!
|