Home > Archive > PHP Programming > October 2004 > Synchronisation problem between windows (PHP and Javascript)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Synchronisation problem between windows (PHP and Javascript)
|
|
|
| Hello,
I've got a problem with the pages I developped, written with both PHP and
JavaScript.
My Web site is an ASP controlling an application :
In fact the Page1.php controls the application (application.exe) located on
the Server, and the Page 2.php reads the result of a log file
(application.log) generated by application.exe.
What I need to do is to read, in real-time, "application.log",
application.log still growing after application.log has been launched.
My problem is that when I launch the Page2 from a new session of a navigator
(IE for example), my devloppement works fine : Page2 reads in real time
application.log, but if I launche the Page2 from Page1 (with javascript
function such as window.open( "page2.php", ...)) page2.php begins to scroll
after the application.exe has ended, the process seems to be synchron (this
is just that i don't want).
So my problem is how to launch page2.php from page1.php in asynchonous
mode...?
Thanks for your help.
Chris.
| |
| Nicolai Admiraal 2004-10-26, 3:56 pm |
| What? Send me more information, you want to start 2 pages at 1 time ? Tell
my why
"CG" <cgranottier@nospamseres.fr> schreef in bericht
news:417cdea9$0$28569$8fcfb975@news.wanadoo.fr...
> Hello,
>
> I've got a problem with the pages I developped, written with both PHP and
> JavaScript.
> My Web site is an ASP controlling an application :
> In fact the Page1.php controls the application (application.exe) located
> on
> the Server, and the Page 2.php reads the result of a log file
> (application.log) generated by application.exe.
> What I need to do is to read, in real-time, "application.log",
> application.log still growing after application.log has been launched.
>
> My problem is that when I launch the Page2 from a new session of a
> navigator
> (IE for example), my devloppement works fine : Page2 reads in real time
> application.log, but if I launche the Page2 from Page1 (with javascript
> function such as window.open( "page2.php", ...)) page2.php begins to
> scroll
> after the application.exe has ended, the process seems to be synchron
> (this
> is just that i don't want).
>
> So my problem is how to launch page2.php from page1.php in asynchonous
> mode...?
>
> Thanks for your help.
>
> Chris.
>
>
>
|
|
|
|
|