I would like to open a new window with height of 600px and width of 200px, after clicking on a hyperlink.
How can I do that in HTML/Javascript?
Do I use some
winRef = window.open( URL, name [ , features [, replace ] ] )
source: http://www.javascripter.net/faq/openinga.htm