| Author |
Strut with javascript
|
Mittal Mistry
Greenhorn
Joined: May 17, 2006
Posts: 3
|
|
hi, i want to create teatarea dynamincally in jsp. For that i have written this code.Its works properly in html but i am facing some problem.. function addSol() { var ni = document.getElementById('myDiv'); var numi = document.getElementById('theValue'); var num = (document.getElementById("theValue").value -1)+ 2; numi.value = num; var divIdName = "sol" + num; alert(" nupur" + divIdName); var newdiv = document.createElement("<html:textarea property='<%= divIdName %>'/>"); ni.appendChild(newdiv); } So now error is in property='<%= divIdName %>'/>" like how can i declare value of property as a vaiable
|
 |
 |
|
|
subject: Strut with javascript
|
|
|