Synchronisation problem between windows (PHP and Javascript)

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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.








    CG Guest

  2. Similar Questions and Discussions

    1. using JavaScript to open sized windows
      Just wondering if anyone has any tips on creating links that open a new specifially sized window from a link. Currently my site uses this...
    2. time synchronisation issues in web service security
      Hi I am setting ttl property of timestamp to 60 seconds to defend from reply attacks. However if the machines in the domain are not synchronised it...
    3. Synchronisation Problems
      Hi all, I'm currently developing a cd rom comprised of flash objects within a director movie. This works fine, flash talks to director and...
    4. How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript?
      How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript?
    5. Windows XP pro and Windows 2000 server Problem
      I have a full fleged 2000 network running Win2k Server and all clients are XP. The initial network setup was fine and everything was working...
  3. #2

    Default 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.



    CG Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139