View Single Post
Old 01-05-2013, 07:47 AM   PM User | #2
AndrewGSW
Senior Coder

 
Join Date: Apr 2011
Location: London, England
Posts: 2,120
Thanks: 15
Thanked 354 Times in 353 Posts
AndrewGSW will become famous soon enough
I assume you are referring to the .html page:

Code:
var newone = window.open("http://www.store-worldministries.org/donations.html", "_blank"); // or
var newone = window.open(Menu13[1], "_blank");
"_blank" is actually the default, but it is not guaranteed to open a new window - it can depend on the users' browser settings.
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS
AndrewGSW is offline   Reply With Quote