Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: joshlam
  • Content: Threads
  • Order by date
  1. joshlam

    How do I redirect extra parameters from JSP to ASP via POST?

    Hi,<br><br>I need to redirect from a JSP page to an existing ASP page.<br><br>I realized that I can use sendRedirect(), however, I also need to send some new parameters (along with those I received through an earlier POST to my JSP page) to the ASP page. I am required to use POST because the ASP...
  2. joshlam

    Included page does not recognize parameter passed! Please help!

    Hi,<br><br>I have the following jsp page:<br><br>&lt;jsp:include page=&quot;title.jsp&quot; flush=&quot;true&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&lt;param name=&quot;title&quot; value=&quot;About Our Company&quot;/&gt;<br>&lt;/jsp:include&gt;<br><br>And in the title.jsp page, I have the...

Part and Inventory Search

Back
Top