Flash Hit Counter
Flash Hit Counter
Out of context: Reply #8
- Started
- Last post
- 10 Responses
- mitsu0
AS can make calls to javascript which could be a simple function that returns a value:
function getPageHits()
{
return myform.pagehits.value;
}when the page is first loaded you would use your server-side scripting language to open a text file containing page hits, or pull the count from a database and populate that hidden field with the retreived data.