Hi,

I would like to make my problem more clear.

My html page has a listbox containing 25 records. I delete  say 3
records from it. The deletion is done in a DeleteServlet.
After deletions, I want to reload the same page having the listbox so
that changes are reflected. Now I would like to see only 25-3 =22
records in my list box (in effect refreshing the page)in the resultant
page. For reasons, I cannot doaway with listbox and replace it with
check boxes or etc.

I gave  History.back(). But, as expected, it gives the page that was
there before deletion took place.

PS : I don't mind a Java Script solution.

Can any one shed more light on this ?

Thanks,
Raghu.

___________________________________________________________________________
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