Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


How to add more text to a textarea with VBscript.

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,1183
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> How to add more text to a textarea with VBscript.
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 How to add more text to a textarea with VBscript. - 7/26/2004 7:18:01 PM   
  johnnyas

 

Posts: 1
Score: 0
Joined: 7/15/2004
From:
Status: offline
Hello
I'm writing a script that I like to monitor in a webpage. I try to send the output of this script to a "textarea", but haven't figured out how to add text to that box without overwriting the the text that already is there.

I've seen a javascript-command that does this, but not VBscript. Anyone that can help?

Regards
Johnny
 
 
Post #: 1
 
 Re: How to add more text to a textarea with VBscript. - 7/31/2004 10:21:31 PM   
  devguy

 

Posts: 15
Score: 0
Joined: 7/31/2004
From: USA
Status: offline
should be able to do something like...

document.all.FIELDNAME.value = document.all.FIELDNAME.value & "newtext..."

(in reply to johnnyas)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> How to add more text to a textarea with VBscript. Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts