Cheng
08-31-2006, 04:17 PM
Hi.
I got this program FormArtist which provides a link to open the form in a popup window.
Bu the window is not a 100% centered on the screen.
Is it possible to center this popup window without javascript?
Here wghat the link looks like:
<a href="#" onclick="window.open('http://www.arbitrade.org/Form/arbitrade.htm', 'arbitrade', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=690,height=530');">Contact Form</a>
I think it is possible as someone showed me before how to open a window centered without javascript but I don't have that piese of code anymore.
Maybe someone here can show me what to change in this code here to center the popup.
Thanks inadvance.
Cheng
I got this program FormArtist which provides a link to open the form in a popup window.
Bu the window is not a 100% centered on the screen.
Is it possible to center this popup window without javascript?
Here wghat the link looks like:
<a href="#" onclick="window.open('http://www.arbitrade.org/Form/arbitrade.htm', 'arbitrade', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=690,height=530');">Contact Form</a>
I think it is possible as someone showed me before how to open a window centered without javascript but I don't have that piese of code anymore.
Maybe someone here can show me what to change in this code here to center the popup.
Thanks inadvance.
Cheng