Hello
I have been given this form:
<form target="company1" action=https://www.company1.com/cgi-bin/webscr method="post">
<input type="image" src="https://www.company1.com/en_GB/i/btn/x-click-but22.gif" border="0"
name="submit" alt="Web payment">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="[EMAIL PROTECTED]">
<input type="hidden" name="item_name" value="My First Item">
<input type="hidden" name="item_number" value="IVWorld02">
<input type="hidden" name="amount" value="45.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
</form>
But I want to use my own form so that when user clicks submit button a perl script will run which then decides which attribute values to send to the "https://www.company1.com/cgi-bin/webscr" program. Eg I want to be able to send item_number = value obtained when user clicks subm it.
Is this possible? Will the program (or whatever it is) webscr just
behave any differently if passed by a perl script as by this form above?
What perl code would send the equivalent information to the webscr cgi program?
Basically any pointers as to how I achieve this would be most helpful.
Angus Comber [EMAIL PROTECTED]
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>