Re: Passing Data via ReDirect/Refresh

2001-05-31 Thread Me
> 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.

Passing Data via ReDirect/Refresh

2001-05-31 Thread David E Culp - RR
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