SuccessInMind wrote:
> 
> Hi all,
> 
> 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?

Kinda depends on what you want the script to return.

You could use SSI to include the content of the script output or 
you could use an IMG tag to point to the script and return an image
(1x1 if that's not the purpose).  A little more background might help.

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED] 
  / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to