testare
Programmer
- Jan 21, 2005
- 127
I would like to call the insert action where pressing the button.
I'm i thinking wrong?
Code:
<%If Request.QueryString ("action") = "insert" Then
Response.Write("okok")
End If%>
<input type="button" value="Post" onClick="cal.asp?action=insert">
I'm i thinking wrong?