I just found a way on
on how to dynamically create tables using JScript.
I want to add a new row to my table each time the user clicks the "new" button. I don't know JScript at all and the samples using DOM structure with document.createElement("tr"
etc.... doesn't work with VBScript (I can't find a similar way using VBScript).
Does anybody have any idea how I can dynamically add rows in a asp page? Is DOM structure an option? How is the syntax then?
Thanks
on how to dynamically create tables using JScript.
I want to add a new row to my table each time the user clicks the "new" button. I don't know JScript at all and the samples using DOM structure with document.createElement("tr"
Does anybody have any idea how I can dynamically add rows in a asp page? Is DOM structure an option? How is the syntax then?
Thanks