Search the Community
Showing results for tags 'asp form'.
-
I have created a simple Web Page having a HTML form for the user's name and age details. I had HTML file linked with an asp file that displayed the user's name and age using action attribute xxx.asp. Upon running the code, first web page shows me a form to fill, let it be my page 1 and after finishing the form and clicking on submit button I am redirected to a new web page, consider it as page 2. Now What happens to page 1 after the submit button is clicked, is it stored somewhere or the memory space is freed for page 1. Wanted to know how page 1 works internally.
-
I'm was a long time user of Frontpage and sending forms by E-mail and to a html page was easy but now I'm no longer using the FrontPage server extensions and having problems trying to send the form results to a html page. Having no problems sending the form by E-mail but would also like to send the results to an html page at the same time. I'm using asp and not asp.net with MS Expression web 4 as the editor and ftp file upload. Is it possible to use more than one action on the Post method?