How do you control the size of the window which is opened from hyperlink?
Created May 4, 2012
Anthony Marsh
You have to do it using JavaSript not target="_blank".
For example:
<a href="#" onClick="window.open('http://www.jguru.com/','newwin','width=100,height=100');">click me!</a>You can also do a lot more than just this. Take a look at: