On Thu, 2 Sep 1999 09:49:15 +0530, srinivas <[EMAIL PROTECTED]> wrote:
>Hi experts,
>
> I have an html page which calls a servlet what i need is that i need
>to invoke the servlet as soon as i start it, say when i type theURL the
>html page should be displayed is there any chance of doing it.
>
> Thanks all for urhelp,
> Srini
Hi Srini,
If i am not mistaken - you want to invoke the servlet as soon as the page is loaded.
>Why don't you try giving the command on the onLoad option
<html>
<body onLoad="http://www.somewhere.com:8080/servlet/name of servlet?parameters">
</body>
</html>
Regards,
Jyoti
>___________________________________________________________________________
>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
___________________________________________________________________________
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