Display message between post to asp
Is there a way to display a message during a post to another asp? Example: The user enters data on Page1.asp and clicks a submit button to access Page2.asp for validation. When the user clicks the submit button, I would like to have a message appear. After validation and Page2.asp is displayed, the message needs to be removed.
|