I'm in a situation where I have to mix the use of JSP and ASP. Does anybody know if it is possible to explicitly put the data in the response header and have that data be read by ASP? I've tried using the setHeader method, but then the ASP isn't able to find what I've set (or so it seems). I've been able to do this with the querystring and forms, but I'd like to explicitly use the header to avoid using hidden form fields. Thanks, David =========================================================================== 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
