View Single Post
  #3  
Unread 04-10-2009, 02:40 AM
KDSandal's Avatar
KDSandal KDSandal is offline
A Young Mystail Rat
 
Join Date: Jul 2005
Server: Oasis
Posts: 2
Default re: Crash on news (referencing JScript)

Rookie mistake on my part in forgetting to provide sufficient information. Sorry about that.

The HTML generated is incomplete. The last few lines of code in the file are:
Code:
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-1459431-32");
pageTracker._initData();
pageTracker._trackPageview();
<
Everything above this script snippet is correct and balanced. I cannot even say for sure it is not machine specific. I have another, nearly identical, machine and this version works correctly there.

If no "oh the user just mucked it up" appropriate solution exists, then do not bother with this. I can always copy the files from the other machine and assume it is user error.
Reply With Quote