Hellusius Posted August 30, 2006 Share Posted August 30, 2006 I can't post my problem on here, everytime it gives me an error Link to comment https://forums.phpfreaks.com/topic/19189-i-cant-post/ 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. Link to comment https://forums.phpfreaks.com/topic/19189-i-cant-post/#findComment-83038 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 Link to comment https://forums.phpfreaks.com/topic/19189-i-cant-post/#findComment-83042 Share on other sites More sharing options...
Hellusius Posted August 30, 2006 Author Share Posted August 30, 2006 That worked btw, thank you :) Link to comment https://forums.phpfreaks.com/topic/19189-i-cant-post/#findComment-83043 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.