I have been developing a few websites and all of them call for custom window sizes (aka. popup windows) for aspects of the website. How do I size a window to a custom size for all viewers of the page??
THANKS
The views expressed on this page by users and staff are their own, not those of NamePros.
"newwin" can be called anything and acts as reference for Javascript, in order for it to keep track of which window your pop-up loads to.
width/height sets the width and height of your pop-up window, obviously.
left/top & screenX/screenY are pixel values that correspond to the user's monitor. This is where you can decide where the window is placed. There are 2 variations for browser compatibility reasons.