Hi,

Is there any way to make a servlet run as soon as a web page loads?

I have a search page where the user may select items from a number of drop
down lists. The list items are generated from a database query. The only
way I can see this working at the moment is if the user goes to the search
page and then has to click on a "START" button. The servlet then runs,
generates the lists and outputs a form into which the user may enter their
search criteria. But this not be an ideal interface for the user.

I would like the servlet to be invoked automatically, when the page is
loaded. Is this possible?

Alison Lindores
=============================================
3rd Year B Information Technology Student
Central Queensland University, Mackay Campus
Phone: (07) 4942 2627 or 0409 260 174
Email: [EMAIL PROTECTED]
=============================================

___________________________________________________________________________
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