Hello, 

I have a html form that I have to launch to generate a paiement with my bank 
from my Flex application :

<FORM ACTION='/cgi-bin/modulev2.cgi' METHOD=post>
<INPUT TYPE = hidden NAME=TOTAL VALUE='1500'>
<INPUT TYPE = submit NAME=Paiement VALUE='paiement'>
</FORM>

How to launch this form from my Flex application, and how to set the VALUE 
field from the flex application ? 

Thank you,
Christopher, 


Reply via email to