Quote:
quote:Originally posted by gregd
strChkBox=<input type="checkbox" name="chkbox" id="chkbox" value="<%=Recordset1.Fields.Item("CartID").Value%> ">
<div><input type="checkbox" name="chkbox" id="chkbox" value="<%strChkBox%>"></div>
|
Ok, are you using the variable strChkBox to assign a value or are you trying to use it to dynamically write out the text box?
In code you should do this to get rid of the syntax error:
strChkBox="<input type='checkbox' name='chkbox' id='chkbox' value='" & Recordset1.Fields.Item("CartID").Value &"'>"
-------------------------
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.
^^Thats my signature