RE: [PHP] Multiple JavaScript Windows with PHP

2001-12-20 Thread Martin Towell
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 if you change it to returnwin=window.opener.location = urlLoc; ?? Original Message- From:

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