S
SyrUser03
I am new to ASP, still learning.
I have a page that has a submit button.
<form action="move.asp" method="GET">
<input type="submit" value="Query">
The form is sending values to the move.asp page. Which will in turn be
inserted into a database. My questions is can I do the insert without
having to go/see the another page.
For example.
I click on the submit button, it adds the record and then goes back to the
original page.
Thanks in advance
I have a page that has a submit button.
<form action="move.asp" method="GET">
<input type="submit" value="Query">
The form is sending values to the move.asp page. Which will in turn be
inserted into a database. My questions is can I do the insert without
having to go/see the another page.
For example.
I click on the submit button, it adds the record and then goes back to the
original page.
Thanks in advance