middlename
Programmer
On my form I have a table populated with DB records and a check box for every record. Clicking on check box I want to delete particular record . In order to do it I need to pass a recordID into intAccomID.(There is a problem!)
Obviously, I am doing something or everything wrong! :-(
Can not figure it out.
Here is my code.
<script LANGUAGE="JavaScript">
function Delete_record() { document.location.href="taforstu_changes.asp?strDelete_add=1&strOperation=delete";
}
<table>
<tr><td ALIGN="CENTER"><h5><input type="checkbox" name="check_del" OnClick= "Delete_record(); intAccomID=<%objRS("accom_id"
%>"><% =objRS("accom_id"
%></h5></td>
</table>
Thanks for any help!
Obviously, I am doing something or everything wrong! :-(
Can not figure it out.
Here is my code.
<script LANGUAGE="JavaScript">
function Delete_record() { document.location.href="taforstu_changes.asp?strDelete_add=1&strOperation=delete";
}
<table>
<tr><td ALIGN="CENTER"><h5><input type="checkbox" name="check_del" OnClick= "Delete_record(); intAccomID=<%objRS("accom_id"
</table>
Thanks for any help!