Hi Vaibhav,
        well u can use this code to kick-off a servlet from your jsp

<html>
<form name=form1 action="http://90.5.5.123/servlet1" >
<input type=submit value="click to kick-off">
</form>
</html>

exp:
form1-name of the form.
action-path of the servlet

happy coding
regards
saravana kumar




> ----------
> From:         Vaibhav Bhanot[SMTP:[EMAIL PROTECTED]]
> Reply To:     Vaibhav Bhanot
> Sent:         Monday, October 04, 1999 8:48 AM
> To:   [EMAIL PROTECTED]
> Subject:      loading servlet from JSP !!!
>
> hi all... i am beginner to jsp...i want to load a servlet from my jsp
> page...i want this jsp page to only load this servlet nothing else...if
> some one will guide me how can i do that.....if somebody can send me
> code.that will be really helpful
>
> thanks in advance...
>
> vaibhav
>
> ==========================================================================
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to