Re: Passing in and capturing userid

bugant <[email protected]> Fri, 23 Sep 2005 15:45:03 +0200
Newsgroups gmane.comp.apache.mod-survey.general
Message-ID <[email protected]>
hi,

Muizelaar, T.J. (CTW) wrote:
> Thank you! It worked perfectly using REDIRECT="...../cgi-bin/test.cgi".
I'd prefer to use the <META REFRESH=..../> instead of pointing to an 
external cgi program.

you could do something like this:

<SUBMIT VISIBLE="yes">
     {|
       $userid = $session->getValue("SUBMITTED_userid");
       print "<meta http-equiv=\"refresh\"";
       print "content=\"4;url=http://www.whatever/page_" . $userid;
       pritn ">\n";
     |}
</SUBMIT>

stay tuned,
bugant.
Skickat av bugant <[email protected]>
till survey-discussion