Hellusius Posted August 30, 2006 Share Posted August 30, 2006 I can't post my problem on here, everytime it gives me an error Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted August 30, 2006 Share Posted August 30, 2006 Do you have script tags in your code? If you do add a space around script. Quote Link to comment Share on other sites More sharing options...
Hellusius Posted August 30, 2006 Author Share Posted August 30, 2006 I made this little script in the head[code]< script language="JavaScript"><!-- Page countervar Count=20;Function increaser( ) {onload="Count= Count + 1";}page counter -->< /script>[/code]and this little document.write in the body part[code]< script language="JavaScript">document.write("Total page views: " + Count + "<br />");< /script>[/code]but nothing is being displayed, when I only do the text, it does but whenever I add the variable it doesn't anymore Quote Link to comment Share on other sites More sharing options...
Hellusius Posted August 30, 2006 Author Share Posted August 30, 2006 That worked btw, thank you :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.