I have a click handler for a specific link, inside that I want to do something similar to the following:
window.location = url
I need this
you will need to use window.open(url);
window.open(url);
references: http://www.htmlcodetutorial.com/linking/linking_famsupp_120.html http://www.w3schools.com/jsref/met_win_open.asp