Hi,
I am trying to write my first JSP that is a page to join an email list. I am getting this error when I click submit after I fill in the form:
Apache Tomcat/4.0.1 - HTTP Status 503 - Servlet jsp is currently unavailable...
I am trying to create a table search where when you type in a person's last name, the form will search the table and display the listings with the matching last name. However, I can't get it to display the results. Here is my ASP:
<body>
<% FindName = Request.Form("LastName") %>
<p...
I am trying to get a form to verify that the name and email fields are valid before it submits the form to another page. But, I cannot get it to work. Here is my ASP:
<%
If Request.Form("SubmitButton") = "Submit" Then
Name = Request.Form("Name")
Email =...
I am trying to write a program that will sort an input record and output a report. I want to sort it using an item's purchase price. I wrote the program and when I try to compile it says "5-S User-name SALES-RECORD not unique." It is highlighting the line in my SELECT-RECORDS paragraph...
I am trying to write a report generating program. It compiles but when I try to run it gives me error 163 which is illegal char in a numeric field. It then highlights "MOVE SR-PURCHASE-DATE TO DL-PURCHASE-DATE." The sr-purchase-date is pic 9(8) and the dl-purchase-date is z9/99/9999...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.