Hi,
I have a calendar that you can click on and that causes a popup to open that lets you enter holiday information.
The popup is created with the following:
<SCRIPT>
function entercategory(theUrl) {
window.open(theUrl, 'jav', 'width=640,height=320,resizable=no,scrollbars=auto');
}
</SCRIPT>
Sometimes when it opens part of it is sticking off the screen and it is annoying having to drag it back to a point where you can see everything. Is there any way of making the popup appear in the middle of the screen?
Thanks very much
Ed
I have a calendar that you can click on and that causes a popup to open that lets you enter holiday information.
The popup is created with the following:
<SCRIPT>
function entercategory(theUrl) {
window.open(theUrl, 'jav', 'width=640,height=320,resizable=no,scrollbars=auto');
}
</SCRIPT>
Sometimes when it opens part of it is sticking off the screen and it is annoying having to drag it back to a point where you can see everything. Is there any way of making the popup appear in the middle of the screen?
Thanks very much
Ed