Re: [PHP] Call to external function

2004-04-25 Thread Marek Kilimajer
Jeff McKeon wrote: No... PHP and JavaScript are executing at different time and at different place. Besides, they are executed by different programs. Are you trying to measure execution time of a query?? Look at: http://www.php.net/microtime No, I'm trying to get a little animation on the lef

RE: [PHP] Call to external function

2004-04-23 Thread Jeff McKeon
> > OnLoad is probably occuring after your you're 'stop' call. > Onload generally will be called when the document gets fully > loaded. Instead put the 'go' call in the of your document. > > > > function('go'); > > ... > > > function('stop') > > > > Weird that works when the site is

RE: [PHP] Call to external function

2004-04-23 Thread Mark
gt; any of its contents or attachments, is expressly prohibited. If you > have received this communication in error, please re-send it to the > sender and delete the original message, and any copy of it, from > your computer system. Thank You.*** > > > > > -----Original

RE: [PHP] Call to external function

2004-04-23 Thread Jeff McKeon
or, please re-send it to the sender and delete the original message, and any copy of it, from your computer system. Thank You.*** > -Original Message- > From: William Lovaton [mailto:[EMAIL PROTECTED] > Sent: Friday, April 23, 2004 12:39 PM > To: [EMAIL PROTECTED] > Subject:

Re: [PHP] Call to external function

2004-04-23 Thread Curt Zirzow
* Thus wrote Torsten Roehr ([EMAIL PROTECTED]): > > I have the script start when the page loads with an > onload=function('go') in the tag. > > But I need someway to turn it off... A simple: > > Echo "function('stop')"; at the end of the page OnLoad is probably occuring after your you're 'stop

Re: [PHP] Call to external function

2004-04-23 Thread William Lovaton
No... PHP and JavaScript are executing at different time and at different place. Besides, they are executed by different programs. Are you trying to measure execution time of a query?? Look at: http://www.php.net/microtime -William El vie, 23-04-2004 a las 09:09, Jeff McKeon escribió: > Is t

Re: [PHP] Call to external function

2004-04-23 Thread Torsten Roehr
This is more of a JavaScript than a PHP question. Maybe you could search google for 'stop JavaScript function' or something. Torsten "Jeff McKeon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > [snip] > Is this possible? > [/snip] > > Anything is possible! > > Have you considered

RE: [PHP] Call to external function

2004-04-23 Thread Jeff McKeon
> > [snip] > Is this possible? > [/snip] > > Anything is possible! > > Have you considered echoing the javascript code out via PHP? > Yes, but I can't seem to get the right javascript code figured out. I have the script start when the page loads with an onload=function('go') in the tag. But

RE: [PHP] Call to external function

2004-04-23 Thread Jay Blanchard
[snip] Is this possible? [/snip] Anything is possible! Have you considered echoing the javascript code out via PHP? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php