[PHP] Multiple JavaScript Windows with PHP

2001-12-20 Thread Carlos Fernando Scheidecker Antunes
Hello all! I've wrote to scripts that use Javascript too. The idea is to have a parent window teste_popup.php4 and a child window pop.php4. When a link is clicked on the parent window, the child window will open. After the user enters information on the child window he must close it and that

RE: [PHP] Multiple JavaScript Windows with PHP

2001-12-20 Thread Martin Towell
: Carlos Fernando Scheidecker Antunes [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 3:02 PM To: PHP-GENERAL Subject: [PHP] Multiple JavaScript Windows with PHP Importance: High Hello all! I've wrote to scripts that use Javascript too. The idea is to have a parent window teste_popup.php4

Re: [PHP] Multiple JavaScript Windows with PHP

2001-12-20 Thread Carlos Fernando Scheidecker Antunes
PROTECTED] Sent: Thursday, December 20, 2001 11:12 PM Subject: RE: [PHP] Multiple JavaScript Windows with PHP I haven't tried your code, but I'm thinking what's happening is that the browsers that the code isn't working in is stopping at the returnwin=window.opener.navigate(urlLoc); line - what happens