How can I do this?
In firefox the link opens in a new tab... I don\'t want users to have to set settings of their browsers for this...
I want a pop-up to app
This is working fine
window.open(yoururl, "Popup", "location,status,scrollbars,resizable,width=800, height=800");
For all parameters see window.open