[Javascript] Is null or not object error

tedd tedd at sperling.com
Thu Nov 29 20:50:06 CST 2007


At 1:59 PM -0500 11/27/07, Matt Warden wrote:
>
>  > Any ideas as to what's wrong?
>
>Actually, I don't think this is a browser-specific issue, per se. I
>think it just has to do with different rendering times. Try changing:
>
>window.onload = sndReq('start');
>
>to:
>
>window.onload = function() { sndReq('start'); }

As Guinnes would say Brilliant!

http://www.youtube.com/watch?v=iWqGLVaITsk

That worked!

Mondo thanks for the fix -- you don't know how many hours I put into 
trying to figure this out.

Brilliant!

Cheers,

tedd
-- 
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com



More information about the Javascript mailing list