ShareThis

Sunday, April 15, 2012

[SOLVED] Target="_blank" on a window.location redirect?


Instead of using

window.location='newUrl'
Try:
window.open('newUrl');

0 comments:

Post a Comment