Hi,I want to write a simple applet that counts the number of people who havevisited my website. (I know I can download one myself, but that defeatsthe purpose of learning Java.) I've tried storing the number of people ina file "counter.txt", but that doesn't seem to work. Is this the way togo?Any suggestions would be appreciated.Ben