How to create a textfiled dynamically when a particular option has been choosen from a Select. I have used a <div id="other"> tag where i want the textfiled to appear by using
document.getElementById('other').innerHTML=_root.createTextField('hello',20,50,50,200,300); within <script> </script> tag, However this does not work
Also once this new textfield is created can i read the value entered in this new textfield in a Php file.
Please advice.