Katya85S
Programmer
- Jul 19, 2004
- 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.
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.