im making a html form which sends to a asp page which dispalys the information u said it all works all in good but how do i pass a checkboxes value
i request the checkbox like this
inquiry=Request.Form(“inquiry”)
when i write it later on in the page like this
<%=inquiry%>it just writes ON for how many boxes i checked so like 3 ON’s
how do i make it show the value of the checkbox