How do I open a new window in javascript properly?
I\'ve tried:
you could add void(0) to your javascript code which will prevent the browser from doing anything to the current window
void(0)
New Window