[PHP] Re: Javscript embedding problem

2005-09-19 Thread David Dorward
Iggep wrote: > countdown.js looks like this: >

Re: [PHP] Re: Javscript embedding problem

2005-09-19 Thread Satyam
It might be a timing problem. It might take longer to load the file containing the code so that when the inline code is found and executed, the called function is not present. Notice that all the downloads of the bits and pieces of an HTML page proceed asynchronously and not sequentially. Yo

Re: [PHP] Re: Javscript embedding problem

2005-09-18 Thread Iggep
John Taylor-Johnston wrote: Try \"countdown.js\" instead of single quotes ? //INCLUSION OF COUNTDOWN TIMER ."countdown_clock(05, 11, 19, 08, 00, 1);\n" ."\n" Tried that and it didn't work either. I changed it to SRC='countdown.js' after escaping the double quites didn't work. Th

[PHP] Re: Javscript embedding problem

2005-09-18 Thread John Taylor-Johnston
Try \"countdown.js\" instead of single quotes ? //INCLUSION OF COUNTDOWN TIMER ."countdown_clock(05, 11, 19, 08, 00, 1);\n" ."\n" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php