Search results

  1. C

    Submit button

    Hello, How are you? How do I add a submit button and write appropriate JavaScript function(s) that, when the button is pressed, should check the following: All entries are not null. The maximum number of characters allowed in the comments box is 500. Thanks, Akua
  2. C

    Search and display records from a database.

    Hello, I need some assistance. a. First create a JSP page with all the necessary HTML and JSP elements, and call it index.jsp. Write the appropriate JSP code to connect to the database (using the dbConnector JavaBean) and retrieve the top 5 rated products stored in the database. Display the...
Back
Top Bottom