I want to make a page when the user selects a new field on the dropdown, the user information on the table will reflect the user's action. I am used to making pages that doesn't change on an event. I know it can be done easily by loading the page again (and use uneditable textfields and such, but that's ugly and uninteresting), but I like it to be something more interesting. I am not sure how to implement the design... or is it even possible (seeing that a countdown timer is possible, I would assume this would be possible. I have never implement something like this before for webpages). Any advices/help appreciated.
Such as:
Brief Summary:
The Design:
Event: Select a field from a dropdown
Action: Update the Information on the Webpage without Reloading the Page
The Requirement:
Implement accordingly to the Design.
The Analysis (Specification):
I am implementing this on my JBOSS server.
Such as:
| Quote: |
|
<% //when action is performed: user = db.getUser( optionvalue ); %> ... <b>Name</b>: <%= user.getName() %> <b>ID</b>: <%= user.getID() %> |
Brief Summary:
The Design:
Event: Select a field from a dropdown
Action: Update the Information on the Webpage without Reloading the Page
The Requirement:
Implement accordingly to the Design.
The Analysis (Specification):
I am implementing this on my JBOSS server.
