What your looking for is a way of creating a stored value on your server with JavaScript. Now, I haven't had much of a look into the new HTML 4.0, but in the previous codes, you couldn't really store data. You could call an FSO or a Cookie, but that would store data on the visitor's system...not on yours.<br><br>What your needing is server side scripting to create the counter in a file and update it when there is a hit. <br><br>NOTE: It would problably be easier and more beneficial to use someone like Superstats.com to track you counter. They can track all of the system information about your visitors computer. This information is helpful in future endeavors as you can modify the page for the most popular resolution, or a specific Browser or even an OS. <br><br>Jonathan