PDA

View Full Version : popup window with specific dimension and coordinates


cuse
05-15-2003, 12:20 PM
Hey everyone, first post here seems like a great resource.

I've done this in the past but im not sure how cross browser compatible it is...

Basically, ive got a detail on my index page that just need a little more explaination and i figure a popup would be the simplest way around.
But i wanted something only 400x300px and about 200px lower than the screen center horizontally and centered vertically.

Any tips/clues or tutorials? Or if someone is just feeling downright nice the whole code? ;)

thanks...




cuse

Weirdan
05-15-2003, 12:33 PM
search this forum for window.open().

requestcode
05-15-2003, 01:14 PM
Instead of using a window to display info you might want to try some of these scripts over at Dynamic Drive:
http://www.dynamicdrive.com/dynamicindex17/index.html

They usually popup when the page loads, but could be modified to only popup when you click on a link.