Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

popup in the middle of the page.

Status
Not open for further replies.

Katya85S

Programmer
Joined
Jul 19, 2004
Messages
190
In my asp.net project i use javascript method window.open for popups:

window.open('" + strURL + "', 'CustomPopUp',
'width=500, height=300, menubar=no, resizable=yes, toolbar=no,location=no,status=no')

The popups apear in the top left corner. Is there a way to have them displayed at the middle of the page?
Thank you all in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top