Event in servlets

Sudhakar_3962

Sudhakar_3962

@sudhakar-3962-0Pqlzr Oct 25, 2024

I am using a drop box constructed in a servlet page... i want that on selecting an entry in the dropbox an event be generated and handled by the same servlet to show related entries from the database... on the same page without pressing any submit button....
please help....
o.println("<form action=\" orderentry\">");
o.println("Customer Code:<select name=\"custcode\" > <option>A-1</option> <option>A-9</option> <option>A-10</option> <option>A-11</option> </select>");
o.println("</form>");

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Jul 14, 2012

    PS: Thread moved to Computer Section.