i type everything right for hands on chapter 41 but i cant s
i type everything right for hands on chapter 4-1 but i cant seem to get the program to get the error message to display
Solution
Here you can display error
<HTML>
<SCRIPT LANGUAGE=\"VBScript\" RUNAT=\"Server\">
Private Function verify(sISBN)
End Function
</SCRIPT>
<BODY>
<H2><CENTER>ERROR DISPLAY</CENTER></H2>
<p>Title: ERROR</P>
VAL:
<%
val = Request.Form(\"isbnVal\")
If Not verify(val) Then
Response.Write \"The ISBN entered is wrong.\"
Else
Response.Write val
End If
%>
</BODY>
</HTML>
