- Thank you received: 0
ClickTale code in Hot Hotel template
-
archerwisdom
-
Topic Author
- New Member
-
Less
More
12 years 9 months ago #26409
by archerwisdom
ClickTale code in Hot Hotel template was created by archerwisdom
I have a clicktale code for tracking purpose. When I copy and paste the code (javascript) after the <body>, the Comment is gone.
I paste :
<body>
<!-- ClickTale Top part -->
<script type="text/javascript">
var WRInitTime=(new Date()).getTime();
</script>
<!-- ClickTale end of Top part -->
but only sees:
<body>
<script type="text/javascript">
var WRInitTime=(new Date()).getTime();
</script>
Wondering if this Javascript is working? cause the tracking doesn't capture any data, even pasted the code for few days already.
I paste :
<body>
<!-- ClickTale Top part -->
<script type="text/javascript">
var WRInitTime=(new Date()).getTime();
</script>
<!-- ClickTale end of Top part -->
but only sees:
<body>
<script type="text/javascript">
var WRInitTime=(new Date()).getTime();
</script>
Wondering if this Javascript is working? cause the tracking doesn't capture any data, even pasted the code for few days already.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #26424
by ivan.milic
Replied by ivan.milic on topic ClickTale code in Hot Hotel template
If you look from firebug or something like that you might not see comments. Best Check by using "View Source" , comments usually don't have any meaning.
var WRInitTime=(new Date()).getTime();
is correct javascript if you want that WRInitTime will be some number like now it's : 1361398040424
var WRInitTime=(new Date()).getTime();
is correct javascript if you want that WRInitTime will be some number like now it's : 1361398040424
Please Log in to join the conversation.
Time to create page: 0.192 seconds