inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Nov 8, 2012 8:34:01 GMT -8
Okay, so my clock (Floating Digital Slide Clock) uses <body onload= "startTime()"> The problem with this is it creates a body tag and messes stuff up. If someone could show me how to get this to work without using that line it'd be really helpful.
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Nov 8, 2012 10:02:29 GMT -8
<script> $(document).ready(function() { startTime(); }); </script>
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Nov 8, 2012 10:52:17 GMT -8
Thanks, worked perfectly.
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Nov 8, 2012 13:12:58 GMT -8
No problem
|
|