You must Sign In to post a response.
  • Category: JavaScript

    Use only HTML & JavaScript

    Use only HTML & JavaScript ?

    This page processes orders. It should include controls to enter the customer name (as it appears on the credit card), credit card number, expiration date, phone number, email address, and allow the user to specify the section for seating and number of tickets ordered. Ticket prices are based on the seating location. Seating location and prices are shown in the table below. Sections should be displayed in a listbox. AAA, BBB, CCC,


    Section Price

    Orchestra 50.99

    Mezzanine 28.25

    General 15.00

    Balcony 10.50

    All input values are required. Email address, credit card number, and expiration date should be checked to ensure correct format. We are assuming that we can place orders for one section at a time. The order charge is determined based on the ticket price, the number of tickets ordered, and a shipping charge of $40.95 per order. When Submit button is clicked, the amount due for this order is displayed in a label
  • #758505
    Only javascript is not able to handle all operation, you need to take help of serverside code, may be you can use AJAX control toolkit, mostly all the operation are with the AJAX controls toolkit are carried out without postback so your purpose get served
    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]

  • #758511
    Hello Sahasra,

    By using only Java Script you can handle all the operations, I suggest you to use AJAX Control Toolkit for your operations without postback.

    Regards,
    Nirav Lalan
    DNS Gold Member
    "If you can dream it, you can do it."


  • Sign In to post your comments