hi,
i need creat some elements for example textfield and a combolist
using dom.
what i find so far was very complex examples that donĀ“t do what i need
that is only creat a text field and a combolist with custum values inside.
any one can help me?
thanks a lot for your help
document.write() can only be used when the page is first being loaded -- and just using it to blat out HTML does not address the need to create elements using the DOM API.