|
Posted by shimmyshack on 09/03/07 13:14
On Sep 3, 2:00 pm, Michael Fesser <neti...@gmx.de> wrote:
> .oO(Jerry Stuckle)
>
> >OK, you're using the wrong tool for this. PHP is server side, not
> >client side, and has no idea what happens at the client.
> Csaba wrote:
>
> | My question was about CLI PHP (Command Line Interface or CLIent side
> | php), and not server side processing.
>
> Micha
Cant you just fire the navigate() method, then sleep for $timeoutTime
and then execute onDocumentComplete or similar, assume that if it
doesn't return true that you are safe to fire an error. However you
recognise that even IE cant tell you whether all the frames in a page
have loaded, and what does onDocumentComplete mean for some remote but
unessential elements - adverts say.. I'm not at all sure that you
should be writing this part in PHP, rather and perhaps more stably
use .NET and expose a COM interface for php to call bespoke methods...
http://msdn2.microsoft.com/en-us/library/aa768329.aspx
[Back to original message]
|