[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

Re: [PHP] Multiple JavaScript Windows

2001-08-28 Thread * RzE:
Original message From: Carlos Fernando Scheidecker Antunes [EMAIL PROTECTED] Date: Mon, Aug 27, 2001 at 07:48:06PM -0500 Message-ID: 001201c12f5b$19d05e60$0a505ad1@Nando4 Subject: [PHP] Multiple JavaScript Windows Hello All, I need to have multiple JavaScripts windows with my database PHP

[PHP] Multiple JavaScript Windows

2001-08-27 Thread Carlos Fernando Scheidecker Antunes
Hello All, I need to have multiple JavaScripts windows with my database PHP script. The idea is to have a main Page and links to pop-up JavaScript Windows to enter information on the database. Once these windows are closed the main PHP page need to be automaticaly updated. The Database is a

[PHP] Multiple JavaScript Windows

2001-06-22 Thread Carlos Fernando Scheidecker Antunes
Hello All, I need to have multiple JavaScripts windows with my database PHP script. The idea is to have a main Page and links to pop-up JavaScript Windows to enter information on the database. Once these windows are closed the main PHP page need to be automaticaly updated. The Database is