raisa
06-12-2003, 09:19 PM
Hello,
I'm trying to pass a variable from taforstudent_display.asp to taforstudent_change.asp page clicking on a check box, but obviously something wrong. I cannot figure it out. Please, help me!
Thank you very much!
Here is my code:
<script LANGUAGE="JavaScript">
function Delete_record() {
document.location.href="taforstu_changes.asp?strDelete_add='1'";
}
</script>
<table>
<tr><td ALIGN="CENTER"><h5><input type="checkbox" name="check_del" OnClick ="Delete_record()"></h5></td>
</tr>
</table>
Then when I check on taforstu_changes.asp value of strDelete_add :
Response.write "StrDelete_add= " & strDelete_add & "
"
it is empty.. :confused:
I'm trying to pass a variable from taforstudent_display.asp to taforstudent_change.asp page clicking on a check box, but obviously something wrong. I cannot figure it out. Please, help me!
Thank you very much!
Here is my code:
<script LANGUAGE="JavaScript">
function Delete_record() {
document.location.href="taforstu_changes.asp?strDelete_add='1'";
}
</script>
<table>
<tr><td ALIGN="CENTER"><h5><input type="checkbox" name="check_del" OnClick ="Delete_record()"></h5></td>
</tr>
</table>
Then when I check on taforstu_changes.asp value of strDelete_add :
Response.write "StrDelete_add= " & strDelete_add & "
"
it is empty.. :confused: