theocraticmind
Programmer
<form name="frmEditDel1" action="form_editDel.asp?submit=true">
<input type="hidden" name="idx" value="4">
<input type="hidden" name="dataID" value="1">
<input type="hidden" name="act">
<input type="submit" name="btnEdit" value="Edit" class="footer" style="width:100;" onClick="document.frmEditDel1.act.value='edit';">
<input type="submit" name="btnDel" value="Delete" class="footer" style="width:100;" onClick="document.frmEditDel1.act.value='del';">
</form>
'document.frmEditDel1.act' is null or not an object?
-.^ thats what I get when I click in the buttons...
<input type="hidden" name="idx" value="4">
<input type="hidden" name="dataID" value="1">
<input type="hidden" name="act">
<input type="submit" name="btnEdit" value="Edit" class="footer" style="width:100;" onClick="document.frmEditDel1.act.value='edit';">
<input type="submit" name="btnDel" value="Delete" class="footer" style="width:100;" onClick="document.frmEditDel1.act.value='del';">
</form>
'document.frmEditDel1.act' is null or not an object?
-.^ thats what I get when I click in the buttons...