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!!!