ok, I have a TextNode:
[code=javascript]
var firstname_text = document.create TextNode("First Name: ");
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
How would I be able to add a <label> tag to it so that when it prints out it is wrapped in the <label> tag?
Thanks!!!!
[code=javascript]
var firstname_text = document.create TextNode("First Name: ");
[/code]
[Please use CODE tags when posting source code. Thanks! --pbmods]
How would I be able to add a <label> tag to it so that when it prints out it is wrapped in the <label> tag?
Thanks!!!!
Comment