Print Page | Close Window

Passing and Using write command for textbox?

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=27291
Printed Date: 29 March 2026 at 2:48am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Passing and Using write command for textbox?
Posted By: todd_uk
Subject: Passing and Using write command for textbox?
Date Posted: 25 April 2009 at 4:36pm
Hi All,
 
I'm creating a questionaure for my Uni work.  I want to create a system where a person can log-in to a page, fill-out the questionaire - then save it, and go back if they need to.
 
I have created first page which inputs the users ID, then passes it to the next page where I want to write data to a textbox?  at the moment I only know how to use write command. e.g.
 
Response.Write    "<td><p align=center>" & oRs("class") _ 
       & "<td><p align=center>" & oRs("detail") 
   & "<td><p align=center>" & oRs("trigger")  
   & "<td><p align=center>" & oRs("location")
 
Any ideas??
 
Regards,
Tom 



Replies:
Posted By: Brolin99
Date Posted: 15 May 2009 at 11:47pm
Something like this should work:

Response.Write ("<textarea name=""TextArea"" id=""TextArea"">" & oRS("Content") & "</textarea>")

Is that what you mean?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net