in reply to Re: CGI Refresh question
in thread CGI Refresh question
The real heart of the question is how to keep the user from accidentally reseting the counter by refreshing. (And again, counters are just an easy substitute for a bigger task).for( 1..5 ) { print start_form(), hidden( -name=>"cntrnum", -value=>$_ ), submit( -name=>"action", -value=>"Reset Counter" ), end_form(), "\n\n"; }
And yes, I suspect that the users are ignorant of "View Source" which is why I'm so worried that they will refresh themselves into a bad spot. Y'see?
Thanks again!
|
|---|