I am wondering how to set the browser to auto maximize the window screen when a link is opened?
Below the sample codes:
<a href="http://www.w3schools.com" target="_blank">Visit W3Schools</a>
The things is it is always opening as a small screen. What I want is a full windows screen at all times. I am using a JSP Page as a front end.