ASP Programming

[ Contents | Search | Post | Reply | Next | Previous | Up ]

Re: ASP Auto-reload

From:
Date: 12/6/99
Time: 7:45:09 AM

Comments

There are two steps.

1. The user fills in the data etc. and presses SUBMIT. Javascript on the client side calls a different page (or the IFRAME area only, if that is the case).

2. The page called from the above html is the asp page, which does (i)stores this user's response in a database etc. and (ii) shows the latest results, including this response to the user.

Last changed: December 06, 1999