Jump to content

I can't post


Hellusius

Recommended Posts

I made this little script in the head

[code]< script language="JavaScript">
<!-- Page counter
var 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.