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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top