Re: Changing nodeName/tagName

Joris Huizer <[email protected]>
Newsgroups gmane.comp.web.dom.wdf
Message-ID <[email protected]>
Chris Rule wrote:
> Is it possible to change one nodeName to another with the DOM ?
> e.g. Changing an <input type='text'> to a <textarea>.
> 
> I thought something like:
> document.getElementById('Description').nodeName='textarea';
> or document.getElementById('Description').tagName='textarea';
> might work, but neither do. (I know I'm trying to set a readonly
> property.)
> 
> Any solutions would be greatfully appreciated.
> 

You have to add a new element (a textarea) and insert it ? before ? the 
input element; then you can remove the input element, effectively 
replacing it

HTH,

Joris


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/9rHolB/TM
--------------------------------------------------------------------~-> 

Unsubscribe
[email protected]

List info
http://www.quirksmode.org/dom/list.html 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/wdf-dom/

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.