Hey all, writing some code but keep getting a javascript related "Not Implemented" error.
The code is
window.onload=setTimeout('loadAll()',10);
The code works fine but the error is annoying in that "An error has occured.." keeps popping up. Oh how I love cross browser coding. Anyways, any input is appreciated, thanks!