in reply to CGI Refresh question
To get around the refreshing bit is more difficult. Perhaps the default behavior would be *not* to increment the counter.# the HTML for making a hidden field # <input type="hidden" name="submitted" value="1"> if (! defined param('submitted') ) { # display a button } else { # don't display the button }
(Counters are inaccurate anyway, due to proxies, refreshes, and other things. I think you just picked it as an easy example, though.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: CGI Refresh question
by Adam (Vicar) on Jul 25, 2000 at 04:17 UTC |