xforms:submission

Hi,

I´ve a question about "xforms:submission". It has an attrib 
called "action", in this attrib I´ve to write the file that I want 
execute. And example:

     <xforms:submission
     id="siOrder_Submit"
     action="Order.asp"
     method="post"
     replace="all"
     />
 I want to know how is that "Order.asp" file. How can I catch the 

Received on Tuesday, 4 February 2003 17:41:27 UTC