You mean, like this:

<form method="post">
    <input type="hidden" name="msg1" value="hello">
    <input type="hidden" name="msg2" value="bye">

    <input type="submit" value="Go">
</form>

?

-- Dossy


On 2001.08.23, Patrick Spence <[EMAIL PROTECTED]> wrote:
> I am looking for some easy way (i.e. a tcl routine not a C routine or
> module) to post form data into a URL without passing it on the URL line
> itself...  instead of redirecting to say
> http://www.foo.com/bar?msg1=hello&msg2=bye  I would like to do something
> like this:
>
> add_form_value storagevariable "msg1" "hello"
> add_form_value storagevariable "msg2" "bye"
>
> post_form "http://www.foo.com/bar"; $storagevariable
>
> and have it redirect to the url and post the data the same as if a user had
> filled out a form and hit "submit" instead of the URL based method..
>
> Does anyone know how to do this?  Any help would be appreciated....
>
>
> --
>  Patrick Spence, Network Administrator
>  Information System Dept.
>  2401 South 24th Street, Phoenix, AZ  85034
>  [EMAIL PROTECTED] - http://www.vitamist.com

--
Dossy Shiobara                       mail: [EMAIL PROTECTED]
Panoptic Computer Network             web: http://www.panoptic.com/

Reply via email to