HighDots Forums  

Re: How display dynamic text string?

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: How display dynamic text string? in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael Winter
 
Posts: n/a

Default Re: How display dynamic text string? - 05-03-2004 , 10:33 AM






On Tue, 27 Apr 2004 07:16:22 -0400, Brian Genisio <BrianGenisio (AT) yahoo (DOT) com>
wrote:

[snip]

Quote:
SPAN id=errorMessageText></SPAN

Then, in a script, you can do this:

SCRIPT type="text/javascript"
function displayError(errorMessage) {
document.getElementById("errorMessageText").innerT ext = errorMessage;
}
/SCRIPT

If you want more formatting than plain text, use innerHTML instead of
innerText
However, it is important to note that innerText isn't supported by the
Mozilla family of browsers (amongst others, no doubt). innerHTML is better
supported.

Mike

--
Michael Winter
M.Winter (AT) blueyonder (DOT) co.invalid (replace ".invalid" with ".uk" to reply)


Reply With Quote
  #2  
Old   
Brian Genisio
 
Posts: n/a

Default Re: How display dynamic text string? - 05-03-2004 , 12:01 PM






Michael Winter wrote:
Quote:
On Tue, 27 Apr 2004 07:16:22 -0400, Brian Genisio
BrianGenisio (AT) yahoo (DOT) com> wrote:

[snip]

SPAN id=errorMessageText></SPAN

Then, in a script, you can do this:

SCRIPT type="text/javascript"
function displayError(errorMessage) {
document.getElementById("errorMessageText").innerT ext = errorMessage;
}
/SCRIPT

If you want more formatting than plain text, use innerHTML instead of
innerText


However, it is important to note that innerText isn't supported by the
Mozilla family of browsers (amongst others, no doubt). innerHTML is
better supported.

Mike

Woops Yeah, I knew that. My bad.
Brian



Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.