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

Reply via email to