Gossamer Forum
Home : Products : DBMan : Customization :

Accessing a foreign script

Quote Reply
Accessing a foreign script
I am having a little trouble trying to configure something. I would like my users to be able to consult a foreign cgi, that is some sort of search engine. This script accepts information via the post method. I need to know what information my clients are sending to this script, so I have created an interphase that logs to a record the enquiry. The problem that I have is that I don't know how to tell my perl script to send the information that has been requested to the foreign script. It would be easy if the form grabbed its information through the get method. The only way in which I think I can achieve what I want is to create a new form, with all the original fields in the first query form but made hidden, and make my script place a new submit button. I would like to avoid doing this.
Any bright ideas flowing around?