This will open a new window with the users default settings for toolbars etc. Alternatively you can use javascript to open a new window and have control over the display of toolbars, scrollbars, size, status bar etc like this:
This will open a popup window called mywindow with the page mypage.htm loaded in. The window will be 300px wide and 200px high. There are other properties you can specify such as scrollbars,location,status,toolbar. These all take a yes or no value and would be included with within the same set of single quotes as the width and height and comma seperated. Note the use of return false to rpevent the link from firing the href and refreshing the page.
You'll find that the sentiment here is AGAINST popup windows unless they're links clicked on by the user. The involuntary ones are annoying (at best), and with all the popup killers available today, more and more people are avoiding them, which means whatever information you have in one will be lost to many of your viewers.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.