Forum Moderators: open
Currently, there is an HTML form on my site which submits to the Mother site's form processor. However, when the form is submitted, the user is taken to the Mother site.
I'd like to use the query string to take a screen scrape of the Mother site's output, then style the output according to my site. But the form processor appears to take values only through the STDIN.
Is there a way to trick the form processor, or to submit form input without taking the user to the Mother site?
grahamstewart - That would work awesomely, but how could I get a PHP script to do that? Unfortunately, I don't have PHP at my disposal for this site (the site uses DTML/Zope + Python), but I'm sure any pointers for getting it to work in PHP could be translated into Zope somehow.
Thanks so much for the fast replies, both of you! :D