How do I open a new window in javascript properly?
I\'ve tried:
javascript: links are pretty old-school. Try it with an onclick attribute. And don't forget to return false in the onclick handler to prevent the main page from following the link too.
javascript:
onclick
return false
New Window