
31
Oct, 13
Open browser window of specific size
window.open is a very usefull jQuery method to open a new tab window in the browser. Using window.open method we can also open browser window of specific size. <script type="text/javascript"> function showIndex() {...
Recent Comments