Forum Moderators: open
Q: From my website I am calling a php script on an external website in a popup window. It looks good but unfortunately despite my best attempts I don't seem to be able to remove the external sites URL from the titlebar of the popup. I am using the code fragment below :
<form name="form" method="post" action="http://www.example.com/signup.php" target="examplesignupform" onsubmit="window.open('about:blank','examplesignupform','width=700, height=400, titlebar=no, location=no, status=no, menubar=no, resizable=yes, scrollbars=yes');">
[edited by: korkus2000 at 2:34 am (utc) on Jan. 14, 2004]
[edit reason] examplified URL [/edit]