Thank You so much this did point me in the right direction;
I used this <nobr>Corporation X <span id="txtElement"></span></nobr>
Then what I did was
var element= document.getElementById("txtElement");
var store = "8513260005";
var sometext = document.createTextNode(" " + ">>"+ store + ">>" + clientId);
element.appendChild(sometext);
It gave me what I needed.
Thank You Very Much.
PH
--
You received this message because you are subscribed to the Google Groups "JavaScript Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javascript-information+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.