funkydonkey2000
Programmer
Usually when you post information from a form to another asp page like this:
<form method="post" action="someASPPage.asp">
It will redirect you to 'someASPPage.asp'.
I was wondering if there is a way of posting information from a form to another asp page, but not actually going to that asp page.
<form method="post" action="someASPPage.asp">
It will redirect you to 'someASPPage.asp'.
I was wondering if there is a way of posting information from a form to another asp page, but not actually going to that asp page.