Click here to Skip to main content
15,867,686 members
Home / Discussions / Web Development
   

Web Development

 
QuestionA good free wysiwyg IDE for web applications linked to XML Native Databases Pin
Member 1116159717-Oct-14 7:25
Member 1116159717-Oct-14 7:25 
AnswerRe: A good free wysiwyg IDE for web applications linked to XML Native Databases Pin
Kornfeld Eliyahu Peter18-Oct-14 21:08
professionalKornfeld Eliyahu Peter18-Oct-14 21:08 
SuggestionUnable to integrate EBS PAYMENT GATEWAY in my wordpress's site Pin
Member 1066291216-Oct-14 21:50
Member 1066291216-Oct-14 21:50 
SuggestionRe: Unable to integrate EBS PAYMENT GATEWAY in my wordpress's site Pin
ZurdoDev17-Oct-14 2:11
professionalZurdoDev17-Oct-14 2:11 
GeneralRe: Unable to integrate EBS PAYMENT GATEWAY in my wordpress's site Pin
Simon_Whale17-Oct-14 4:05
Simon_Whale17-Oct-14 4:05 
QuestionHow to replicate list boxes across a Web page? Pin
Member 876166714-Oct-14 13:28
Member 876166714-Oct-14 13:28 
AnswerRe: How to replicate list boxes across a Web page? Pin
vbmike17-Oct-14 8:17
vbmike17-Oct-14 8:17 
QuestionHow to log multiple lines to HTML readonly textarea using vbscript Pin
robwm113-Oct-14 9:46
robwm113-Oct-14 9:46 
Hi,

I am creating an HTA to perform a custom backup. I would like to use an HTML readonly textarea control as a space that will receive logging output. Whenever I need to log an activity, I'd like to write a new line to the textarea which means you will see multiple lines and you should be able to scroll through them.

If I use the line below, I see it displayed, no problem.

txtLog.value = "Input has been determined to be valid - continuing"


When I try to write another line, the first one disappears and the new line is visible. I have tried to use vbCr, vbLf, and vbCrLf. If I use the line shown below, the cursor moves to the next line but the first line is erased.

txtLog.value = vbCrLf & "Output: Line2"


How do I write multiple lines to the textarea during runtime, have no lines erased and allow for a scrollbar? I do see a scrollbar grayed out so I am assuming that it will appear when the number of rows specified in the textarea tag have been exceeded.

An example in javascript would be acceptable as well even though I'm using vbscript. I can translate it to vbscript if needed.

I have done some searching but haven't found an answer so far. I'm hoping someone in this forum may be familiar with how to do this.

Thanks,
Rob
AnswerRe: How to log multiple lines to HTML readonly textarea using vbscript Pin
Richard Deeming13-Oct-14 9:52
mveRichard Deeming13-Oct-14 9:52 
GeneralRe: How to log multiple lines to HTML readonly textarea using vbscript Pin
robwm113-Oct-14 10:20
robwm113-Oct-14 10:20 
QuestionStarting Web Application Pin
Roger16513-Oct-14 3:59
Roger16513-Oct-14 3:59 
AnswerRe: Starting Web Application Pin
ZurdoDev13-Oct-14 4:25
professionalZurdoDev13-Oct-14 4:25 
AnswerRe: Starting Web Application Pin
Dominic Burford13-Oct-14 5:17
professionalDominic Burford13-Oct-14 5:17 
AnswerRe: Starting Web Application Pin
mrjay4227-Oct-14 22:28
mrjay4227-Oct-14 22:28 
QuestionHow to embed a video in my c# based dot net website which should be compatible in all browsers especially chrome. Pin
Member 1107698013-Oct-14 1:16
Member 1107698013-Oct-14 1:16 
QuestionCall to undefined function php Pin
Jassim Rahma11-Oct-14 9:23
Jassim Rahma11-Oct-14 9:23 
AnswerRe: Call to undefined function php Pin
Matt U.21-Oct-14 7:14
Matt U.21-Oct-14 7:14 
QuestionInvalid argument supplied for foreach() Pin
Jassim Rahma10-Oct-14 13:39
Jassim Rahma10-Oct-14 13:39 
AnswerRe: Invalid argument supplied for foreach() Pin
Dominic Burford12-Oct-14 22:26
professionalDominic Burford12-Oct-14 22:26 
AnswerRe: Invalid argument supplied for foreach() Pin
mrjay4215-Oct-14 3:48
mrjay4215-Oct-14 3:48 
QuestionStrange behavior in MVC3 web application Masterpage layout after deploying in IIS7 Pin
NikiGrly8-Oct-14 23:38
NikiGrly8-Oct-14 23:38 
QuestionError When click on login in MVC4 Pin
NarVish8-Oct-14 21:29
NarVish8-Oct-14 21:29 
AnswerRe: Error When click on login in MVC4 Pin
Richard MacCutchan8-Oct-14 21:51
mveRichard MacCutchan8-Oct-14 21:51 
GeneralRe: Error When click on login in MVC4 Pin
NarVish8-Oct-14 22:05
NarVish8-Oct-14 22:05 
GeneralRe: Error When click on login in MVC4 Pin
Richard MacCutchan8-Oct-14 22:25
mveRichard MacCutchan8-Oct-14 22:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.