I have a form which has text box to allow user to enter his info, beside this textbox I want to add a button, if user click it, it will pop up a new text box below, I try to use document.write("...."
, but it will bring a new page, I want to have additional javascript generated textbox on current page, how can I do this? thanks for any help.