Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 22-03-06
Greedo's Avatar
Blasted
 
Join Date: Mar 2006
Posts: 89
Thanks: 0
Thanked 0 Times in 0 Posts
Greedo is an unknown quantity at this point
  Opening a sign up window

My site has affiliate links which open in a new window. The person then 'hopefully' signs up with the merchant and closes the merchant window.

This leaves them with my original window open.

At this point I would like the person to see a 'sign up to newsletter' window but with pop up blockers etc around, what's the best way to do this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 22-03-06
Registered User
 
Join Date: Feb 2006
Location: Gillingham
Posts: 503
Thanks: 0
Thanked 0 Times in 0 Posts
Donk is an unknown quantity at this point
Here are to ways that it can be done:

Put one of these script between the head tags of your sign up form

HTML Code:
<SCRIPT LANGUAGE="javascript" type="text/javascript">
<!--
var afflink;
afflink=Array("link0.htm","link1.htm","link2.htm","link3.htm");
var affno=location.search;
affno=affno.substring(1,affno.length);
window.open (afflink[affno], 'newwindow', config='toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,directories=yes,status=yes')
-->
</SCRIPT>
or

HTML Code:
<SCRIPT LANGUAGE="javascript" type="text/javascript">
<!--
var afflink=location.search;
afflink=afflink.substring(1,afflink.length);
window.open (afflink, 'newwindow', config='toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,location=yes,directories=yes,status=yes')
-->
</SCRIPT>
The first one you must create an array of your links and use
HTML Code:
<a href="signup.htm?1">affiliate link</a>
in your page (Note the array starts counting from 0 so 1 would be the second link in the array)

For the second one use the full affiliate link:
HTML Code:
<a href="signup.htm?http://www.afflink.asp">affiliate link</a>
Hope this gives you some ideas.

bob
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 22-03-06
Registered User
 
Join Date: Feb 2006
Location: Gillingham
Posts: 503
Thanks: 0
Thanked 0 Times in 0 Posts
Donk is an unknown quantity at this point
Just as an afterthought

You should use

HTML Code:
<SCRIPT LANGUAGE="javascript" type="text/javascript">
<!--
document.write('<a href="signup.htm?1">affiliate link</a>');
-->
</script>
<noscript>
<a href="http://www.afflink.asp">affiliate link</a>
</noscript>
in your original page to cater for people with javascript disabled.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Affiliate Window Christmas offers/prize draw update/new clients Alan Totten Affiliate Window 0 16-11-05 04:56 PM
Affiliate Window Christmas offers/prize draw update/new clients Alan Totten The Affiliate Marketing Lounge 0 16-11-05 04:56 PM
PhotoBox launches affiliate program with Affiliate Window Gemc Affiliate Window 1 27-06-05 05:56 PM
Charity starts with DGM ! laurenamos DGM Affiliates 13 24-06-05 07:48 PM
Potential Affiliate Window Tracking Problem - Mexicana artfuldodger2 Affiliate Window 4 06-08-03 10:57 PM


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7