> How do we do a silent POST to a script?
> 
> In other words is there a way to simulate the action of 
> clicking on the
> SUBMIT button to post the data from a form. I want to POST 
> without having to click on the submit button.
> 
> If the script see a certain variable or tag it will POST 
> automatically.
> 
> Is this possible?

Yes. If you can use the GET method instead, $Bill's reply has some clever
ways to do it. If for some reason you have to use the POST method only, you
can use LWP::UserAgent to perform the POST.

If you're talking about client side (submitting a form from a page already
sent to the browser), then it's a javascript question. But I wouldn't
recommend doing it this way.


-- 
Mark Thomas                    [EMAIL PROTECTED]
Sr. Internet Architect         User Technology Associates, Inc.

$_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;
 


_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to