HI,

   I am writing a jsp page, which works on IE, but when I tried on Netscape.
I got the error message "Error 400: no detail message". I don't know what is
the problem. Can anyone tell me.
   And I have the other question concerned with JavaScript.

   I need to get the values of parameters of the link. If my link like this:
   http://www.test.com?test1=1&test2=2&test3=3

   and I needs to get those values in JavaScript.

  Here is what I have done:

   for (var i=1; i<4; i++)
   {
     test[i]=<%= request.getParameter("test"+i)%>;
   }

   Then I have compilation problem. Error message is  "i" is undefined.

  Can anyone help me for these two questions. Thank you very much!

Juan

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to