|
You
guys are great...here's another one...lol:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
<html>
<head> <title>Testing</title> <script language="_javascript_"> function runMe(){ parent.showDate.document.write("<cfoutput>#now()#</cfoutput><br>"); testingThis(); } function testingThis(){ setTimeout('runMe()',2000); } </script> </head> <body > <table
border="0">
<tr> <td> <iframe src="" name="showDate" id= "" width="300" height="300" marginwidth="2" marginheight="2" align="middle" frameborder="1" class=""> Your browser does not support in-line frames! </iframe> </td> </tr> </table> </body>
</html> I no
longer have the object expected error, but besides the rewriting of the Date,
It's writing the same instance of the Date. Why?
Ron
|
Title: Message
- CF and Javascript Ron Mast
- RE: CF and Javascript Dan Blackman
- RE: CF and Javascript Nate Nielsen
- RE: CF and Javascript Ferguson, Ken
- RE: CF and Javascript Ferguson, Ken
- RE: CF and Javascript Ron Mast
- RE: CF and Javascript S . Isaac Dealey
- RE: CF and Javascript S . Isaac Dealey
- RE: CF and Javascript Ron Mast
- RE: CF and Javascript S . Isaac Dealey
- RE: CF and Javascript Ron Mast
- RE: CF and Javascript Jacob Cameron
- RE: CF and Javascript Ron Mast
- RE: CF and Javascript S . Isaac Dealey
- RE: CF and Javascript Jacob Cameron
- RE: CF and Javascript Ron Mast
