> passing data (somewhat large) during a REFRESH
> or a REDIRECT.
Forms with method=get (in the tag) are limited
to about 2kbytes. method=post allows large data transfers.
hth.
If you need more help, you might want to head over to
the beginners-cgi list.
Help !
Does anyone had a suggestion on passing data (somewhat large) during a REFRESH or
a REDIRECT.
I've tried using a standard query string, i.e. x.com/abc.cgi?someparm=$somedata , but
I've seen to hit
the limit. Also , I played around with cookies with the same result. As a last resort