response.write

  1. desertwind

    Working with Javascript and ASP

    I want to call a js function on the onClick event of a checkbox, which is written inside an asp snippet. this is the code Response.Write "<input type=checkbox name=idxModify checked=true value='"&objRS("ID")&"' onClick="checkValue()" >" it gives me "unexpected end of statement" error by...
Top Bottom