View Single Post
  #2 (permalink)  
Old 08-06-06, 08:49 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts
Change
Code:
window.location.href=link
to
Code:
window.open(link, 'paypal', '');
This should do it.
Reply With Quote