Hello All
I tried to create INPUT element from JS, but I couldn't do it (I don't see text in HDiSim).
My test project: http://slil.ru/23567285
How can I do it
P.S.
HDiSim v0.1
Hello All
I tried to create INPUT element from JS, but I couldn't do it (I don't see text in HDiSim).
My test project: http://slil.ru/23567285
How can I do it
P.S.
HDiSim v0.1
How to create INPUT element from JS?
soloryan
http://blogs.msdn.com/ptorr/archive/2006/11/07/live-vs-loaded-dom.aspx
efarook
Using the XML DOM API's to alter the DOM does not immediately affect the live loaded document,. You need to call document.load() after you add the element.
Although, that should trigger the setMarkupLoadedHandler, so you will probably want to modify your script so that the modification doesn't happen in OnLoad_