Hi
I am pretty new to DHTML, though I have some experience in HTML and Javascript.
Followinf is the detail of the requirement I have in brief. If I can get some help on this, I am sure I can take the help to a higer level and complete my requirement.
Requirement:
I have a HTML form which will have links such as Address1, Address2, Phone numbers, etc., with a "SUBMIT" button. On click of the Address1 link a text box with a 'OK' button needs to be popped up (may be in a new layer, I am not sure) allowing the user to enter the address and click of the 'OK' button, the popped up text box and 'OK' button should diappear. Same should be the case on click of other links.
If the user clicks on the Address1 for the second time, the popped up text field should be prepopulated with the already entered value(if any).
On click of the Submit button, the information entered in each of the text fields needs to be appended to a string and assigned to a hidden field which will be collected from the request by the servlet.
Thanks in advance,
Sreeni