Re: call to html file

2002-04-10 Thread raju punith
[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

Re: call to html file

2002-04-10 Thread tejas patel
  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

Re: call to html file

2002-04-10 Thread Gang Zhang
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

call to html file

2002-04-09 Thread raju punith
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