I am new to web programming,learning VBScript.I want to display few text boxes in a form using HTML tags.But when creating text box using this statement – document.write(“input type=”text””) something is going wrong and nothing is displayed in web page.I know I can create the text box using HTML outside of script block,but can we do it in document.write?
I am new to web programming,learning VBScript.I want to display few text boxes in
Share
You can do it like this