Hi ,
you can user query string by appending it to your target URL. For example
<A HREF = "yourURL.jsp?aVariable=aValue">
in your target page you can do something like this
String str = request.getQueryString();
It will give you name-value pairs that you appended with your target URL.
regards
Y
----- Original Message -----
From: Wilson E. Lozano R. - Estudiante <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 13, 2000 9:37 AM
Subject: Re: Sendredirect!!
> Thanks Cheers,
> I don`t want to use session variables, could you explain me how to work
> with querystring please.
> Thanks in advanced.
>
> Wilson Lozano
> Bucaramanga-Colombia
>
> On Thu, 13 Jul 2000, Sanjay Kumar wrote:
>
> > You can send parameters through querystring or session variables using
> > sendRedirect().
> >
> > Cheers,
> > Sanjay
> >
> > -----------------------------------------------------------------
> > Sanjay Kumar,
> > Software Consultant,
> > Addcon India Pvt Ltd.
> > New Delhi.
> >
> > Emails : [EMAIL PROTECTED]
> > [EMAIL PROTECTED]
> >
> > Phones : 6423907,6201330 (Office)
> > "Keep Smilling. It does increase your face value"
> >
> > -----------------------------------------------------------------
> >
> >
> >
> > ----- Original Message -----
> > From: Wilson E. Lozano R. - Estudiante <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, July 12, 2000 3:23 PM
> > Subject: Sendredirect!!
> >
> >
> > > Hi Java Gurus,
> > >
> > > Question: How can i send parameters to any .jsp when i use the tag
> > > sendRedirect...., and how can i use the tag sendRedirect to especify a
> > > frame target???
> > > I can do it?
> > >
> > > Wilson Lozano
> > > Bucaramanga-Colombia
> > >
> > >
> >
===========================================================================
> > > 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
> > >
> >
> >
===========================================================================
> > 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
> >
>
>
===========================================================================
> 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
===========================================================================
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