G
Gert
Hi,
I have a form (server side) because of the filling of variables through the
application. But now I need to post it to an url on submit.
My .HTML form looks like this, but how to translate it to asp.net vb code?
!--<FORM ACTION="/test/test.php" METHOD=POST>-->
<form action="https://multipay.net/transaction/mpmain.php" method="post">
....
<INPUT TYPE=SUBMIT VALUE="SUBMIT ORDER">
I saw messages about doing a client side javascript as action for onsubmit.
This is not clear to be and seems not the right way.
Thanks,
Gert
I have a form (server side) because of the filling of variables through the
application. But now I need to post it to an url on submit.
My .HTML form looks like this, but how to translate it to asp.net vb code?
!--<FORM ACTION="/test/test.php" METHOD=POST>-->
<form action="https://multipay.net/transaction/mpmain.php" method="post">
....
<INPUT TYPE=SUBMIT VALUE="SUBMIT ORDER">
I saw messages about doing a client side javascript as action for onsubmit.
This is not clear to be and seems not the right way.
Thanks,
Gert