User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061211 SeaMonkey/1.0.7
When values are entered on one of my page I submit the result back to
the same page (form action=same_page). Unfortunately each submit adds an
entry into the history, so history back doesn't work in a single step.
Yet if the count of submits were known I could use goto(n). What's the
best way to get this count? PHP or Javascript?