I'm using HTML5 where I use email as
<input type="email" id="txtEmail" name="email" required>
in the servlet page if i use String email=request.getParameter("email");
instead of
String txtEmail=request.getParameter("txtEmail");
will it be any problem??will it be error??plz help..
Aucun commentaire:
Enregistrer un commentaire