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 changed the "friendly http errors" and I was able to figure out that the missing THEN was the whole problem. I didn't even know what a friendly http error was. Well I'm glad you all were able to help me fix it.. thanks!!
Thanks BGaines for the tip. I will try it once I get the form working.
Onpnt, I changed the form method to "post." I am still getting the http 500 internal server error. :( Any other ideas on what I may be doing wrong?
Thanks!
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 believe the info I am reading into sr-purchase-date is numeric. I read through the .dat file and all the dates are in MMDDYYYY format. I put the display commands you listed before the MOVE statement but it just displayed a screen that said:
>L. T. <
>L. T. <
What does that mean? I...
If you use one of the CD repair kits it could fix it. I am referring to the round case ones that you turn and they lightly sand the surface of the cd so that the tiny scratch wont catch the lens. it may skip over the scratch. I had a deep gash in a playstation game that was stopping it from...
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.