Hi,

I have my index.cfm page load another window without the toolbars etc. How can I get this window to center on the screen. I have some code but can't get it to work properly?

Below are my two files.

index.cfm
---------------
<!--- script language="_javascript_"--->
<!-- hide from _javascript_-challenged browsers
function openWindow()
{
popupWin = window.open('redirect.cfm', 'remote', 'width=940,height=680,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes')
}
// done hiding -->
<!--- /script --->

<!--- script language="_javascript_" type="text/_javascript_" --->
<!-- hide from _javascript_-challenged browsers
self.parent.opener = self;
self.parent.close();
// done hiding -->
<!--- /script --->

redirect.cfm
-------------------

This just load a frameset.

---------------------------------------------------
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---------------------------------------------------
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to