Shrikanth -

The way I would handle it would be to use javascripting to open up each of the
5 windows as popup style windows and not regular browser windows. Then it is
easy to write scripting that would update "hidden" form fields in the home page
as the checkboxes are selected and deselected. You can also write scripting in
the home page that would automatically close all of the popup windows once the
"submit" button has been pressed. Not sure why you want 5 windows open at once
but this is how I would deal with it.

Albert Dewey
CppSolutions

Shrikanth wrote:

> Hello All,
>
> I'm sorry, if you feel this question is not directly related to servlets.
> But, I have a problem ...
>
> My Home page (web page) has 5 hyperlinks and a button.
>
> Each hyperlink opens a page (in a new window) with say, 10 checkboxes.
>
> On click of all hyperlinks, I have 5 pages opened, with 10 checkboxes on
> each page.
>
> I jump between these 5 windows selecting and de selecting check boxes.
>
> Now, on click of the button on my home page,
> I want to store the status of all the 50 checkboxes into the Database.
>
> How do i accomplish this?
> I should open the connection to the database just once and on click of the
> button on my home page.
>
> Thanks in advance
>
> Shrikanth

--
The universe is a perfect blend of art and science.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to