Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 8th, 2003, 01:25 PM
Registered User
 
Join Date: Sep 2003
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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.
 
Old September 8th, 2003, 04:34 PM
Registered User
 
Join Date: Sep 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

well you can use some javascript in the onsubmit method of the form - or use a buffer page, or use Response.Flush() to write part of Page2.asp make sure that the message part is in a <div id='clearMe'>some text to display</div> then in the body onload method some javascript to hide the div - something like document.getElementById('clearMe').style.display=' none'






Similar Threads
Thread Thread Starter Forum Replies Last Post
Display Message In ASP.NET mistry_bhavin General .NET 2 February 26th, 2005 04:50 AM
How to display a Message Box creative_eye General .NET 8 February 17th, 2005 07:23 PM
I cannot display an error message hdoldur Classic ASP Databases 1 April 7th, 2004 02:12 AM
Message display rodmcleay Forum and Wrox.com Feedback 1 June 5th, 2003 06:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.