Guest_imported
New member
- Jan 1, 1970
- 0
Help!!!
I can't get the if statement to execute. I submit a form and one of the values for the form is 1. I submit and it does not notice the code. What am I doing wrong.
To better understand the code, here it is.
<%String Enter=request.getParameter("answer"
<% if (Enter == "1" ){ %>
answer is the parameter that I am bring from the form.
Thank you.
Curtis