What is the difference between the true logic and the false logic here?:
Specifically, what is the difference between TYPE=SUBMIT and TYPE="Button" ?Code:<%If CLng(Request.Cookies("SESS")("typ")) = CLng(ADMIN_TYP) Then%> <INPUT TYPE=SUBMIT NAME="EditFunction" VALUE="Delete Customer"> <%Else%> <INPUT TYPE="Button" NAME="Delete" VALUE="Delete Customer" ONCLICK="verifydeletecust();"> <%End If%>
Thanks.




Reply With Quote