Hello,
Can someone tell me why I'm getting an object expected error when I run the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Testing</title>
<script language="_javascript_">
function runMe(){
document.write("<cfoutput>#now()#</cfoutput>");
testingThis();
}
function testingThis(){
setTimeout('runMe()',2000);
}
</script>
</head>
<body >
</body>
</html>
---------------------------------------------------------------
It runs once and then after 2 seconds I get the error.
Ron Mast
Truth Hardware
Webmaster
