Postform & Redirect

Can libwww handle the function of post a form AND redirect to a specified
URL? Well, postform.c could post a request, but does not satisify the
requirement of redirection. What I mean is just the same as the function
of FROM-ACTION in html, like this form:

  <FORM METHOD=POST ACTION=<To-Be-Redirected-URL>

     <Input TYPE="hidden" ....>

   
  </FORM>


--Yue

 

Received on Friday, 11 December 1998 15:09:35 UTC