Hi,
I'm trying to leave the entered text in the form when it's correct.
This function works if it's filled in correctly, but when it's blank I get the error message again after the form field with value= > at the end.
Here's the code
<%ShowName = Request.Form("vReplyName")%> <span class="text_base_red"><%dwzValidator_0.getTextErrMsg("vReplyName")%></span> <input name="vReplyName" type="text" class="form_field" id="vReplyName" size="30" <%If dwzValidator_0.getTextErrMsg("vReplyName") = "" then Response.Write "value=" & ShowName else Response.Write "" end if%> >
I allready adjusted the non breaking space in dwzValidatorClass.asp so I have "" |
|
|