3
Answers

ASP calling JavaScript function but not passing parameter

Photo of Guest User

Guest User

8y
628
1
Here is my code. What's wrong with this?
Response.Write(String.Format("<td id = {0} onclick = 'update({0})' >", studentid));

Answers (3)