Hi All,
   I know I should not ask this question in JSP forum. But there are lot of
ASP experts are
now working in JSP also. I guess it wouldn't be bad idea to post this
question in this list.

Like
  request.SetAttribute("username") = "name";
 Is there any similar function available in ASP.
 Basically what I want to do is , After submitting a form to the ASP, I have
to add
couple of other attributes to the request and forward it to another ASP.

like this
    request.SetAttribute("username") = "name";
    response.redirect "http://a034888/pp.asp";

If you have any ideas please share with me.
Tx
Narasimha Goli.

===========================================================================
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