ASP page with javascript and stored proc - TechRepublic
General discussion
April 4, 2001 at 07:58 AM
anthonys

ASP page with javascript and stored proc

by anthonys . Updated 25 years, 2 months ago

I am really new to developing Active Server pages. I have beating my head against the wall for several days now. I have attemped and failed on every try based one the following information. I need to do the following: create a form to enter a reservation for a car rental shop. The page should validate the form using javascript and write the information to my database using the command object and my prepared stored procedure. The form needs to have a drop down list, 2-8 radio buttons and severaltext boxes. It should also have several links to other ASP’s and outside web sites. My stored procedure fields are as follows: Renter_Name, Renter_Phone, Rental_Data, Pick_Up_Time (morning, afternoon, evening RADIO BUTTONS), Number_Days_Rented(DROPDOWN 1-5).
I am going to interface this with either SQL Server 7 or 2000. Many thanks in advance!!!

This discussion is locked

All Comments