Re: How to redirect JSP to Servlet by clicking button?

2002-06-12 Thread Sandeep Kumar Agrawal, Noida
ailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 8:53 PM Subject: Re: How to redirect JSP to Servlet by clicking button? use javascript. have onclick events in all 3 buttons with different locations as the parameter to a function call. use something like window.location = d

Re: How to redirect JSP to Servlet by clicking button?

2002-06-12 Thread Chen, Gin
EMAIL PROTECTED] Subject: How to redirect JSP to Servlet by clicking button? Importance: High I want to call Servlet from JSP,In JSP,I have three button,named "button1","button2","button3",for example: value="<%=button1%>" style="wi

How to redirect JSP to Servlet by clicking button?

2002-06-12 Thread Edward
I want to call Servlet from JSP,In JSP,I have three button,named "button1","button2","button3",for example: value="<%=button1%>" style="width:200px"> value="<%=button2%>" style="width:200px"> value="<%=button3%>" style="width:200px"> When I click button1 with mouse,I want to red