Most browsers these days come with options to prevent windows being resized with JavaScript, so short of creating ANOTHER popup window (which probably still won't be the right size for the user) there isn't very much you can do.
The best solution to this problem is to avoid creating the problem in the first place - don't popup a tiny window. Let the user use their existing browser window - its already set to their prefered window size.
Main Topics
Browse All Topics





by: gamebitsPosted on 2005-07-10 at 08:51:06ID: 14407099
Can you post the code so we can look at it.
My first guess would be a target="_blank" would do the trick but we need to see the code.
Gamebits