Poisition a Popup window

  • Thread starter Thread starter C
  • Start date Start date
C

C

Hi,

I have some javscript that opens a popup window.

My window gets displayed on teh top left hand side of my
screen.

Anyone know how I can position the popup in the middle of
the screen?

Thanks,
C.
 
While opening the window using window.open, it accepts additional parameters
like top and left with which you can position your window.
 
Back
Top