1st page is a basic form where the users enters a ticket/call number, and clicks submit.
the form then passes the submitted data to the second ASP page to display the results from a MySQL database.
is it possible to combine the 2 pages so that everything is done in 1 page? ie form is displayed initially and then the results are displayed once submitted?
the form is a basic POST style form "<form method="POST" name="name" action="action.asp">"
Question
chenks
I currently have 2 pages which do the following.
1st page is a basic form where the users enters a ticket/call number, and clicks submit.
the form then passes the submitted data to the second ASP page to display the results from a MySQL database.
is it possible to combine the 2 pages so that everything is done in 1 page? ie form is displayed initially and then the results are displayed once submitted?
the form is a basic POST style form "<form method="POST" name="name" action="action.asp">"
files.zip
Link to comment
Share on other sites
4 answers to this question
Recommended Posts