If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > readonly

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-17-06, 10:30
ymadhuri ymadhuri is offline
Registered User
 
Join Date: Nov 2005
Posts: 6
readonly

hey Guys,
I have a registration form , where a user is asked to enter his details and when he hits the submit button all this details are registered , but when he clicks the back button to go back and make changes to his details. he should see them in a readonly format (non editable format).How do i go about this?
Regards
Madhuri
Reply With Quote
  #2 (permalink)  
Old 02-20-06, 13:48
MrWizard MrWizard is offline
Registered User
 
Join Date: Mar 2003
Location: Atlanta, GA
Posts: 191
Changing the form to readonly after submission would be done using JavaScript rather than ASP, since you are wanting to affect content already in the browser. I would suggest you visit a javascript site and ask this question. Most probably, this would be accomplished with an OnSubmit routine that changed all the form elements to readonly before completing the actual submission.
__________________
Tim
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On