hello,
could someone explain to me why the following code stops in IE with
error whereas runs smoothly in Opera (as I expect)?
function fTurn( ) {
document.write( "blabla blabla<br>");
}
function fRun() { fTurn(); setTimeout('fRu n()', 2000); }
fRun();
cheers,
n.
could someone explain to me why the following code stops in IE with
error whereas runs smoothly in Opera (as I expect)?
function fTurn( ) {
document.write( "blabla blabla<br>");
}
function fRun() { fTurn(); setTimeout('fRu n()', 2000); }
fRun();
cheers,
n.
Comment