[EMAIL PROTECTED]>
> Sent: Tuesday, April 09, 2002 10:25 PM
> Subject: call to html file
>
>
> > Hello everyone,
> >
> > I have a login.html which accepts username &
> password
> > ,if the user enters valid username & password i
> want
> > the
try this It will work.
if ((a == 0)
&& (b == 0)) {
resp.sendRedirect("http://host//examples/servlet/InquiryFrame.htm);
else
resp.sendRedirect(http://host//examples/servlet/errorlogin.html";>http://host//examples/servlet/errorlogin.html);
raj
Just use getRequestDispatcher("inquiryframe.html").include(req,rsp)
Gang
- Original Message -
From: "raju punith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 10:25 PM
Subject: call to html file
> Hello everyone,
&g
Hello everyone,
I have a login.html which accepts username & password
,if the user enters valid username & password i want
the servlet to bring up InquiryFrame.html. Iam using
Tomcat 3.3 as servlet container & web . any help would
be much appreciated.
Thanks
Raju
login.html
Login
Please