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: *

  1. joshlam

    Included page does not recognize parameter passed! Please help!

    I found the problem.&nbsp;&nbsp;It should be:<br><br>&lt;jsp:param name=&quot;title&quot; value=&quot;About Our Company&quot;/&gt;<br><br>ie I was missing the &quot;jsp:&quot; before the &quot;param&quot;<br><br>--<br>Josh
  2. joshlam

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

    Hi Pete,<br><br>First, thanks for your reply.<br><br>I cannot construct a querystring and then redirect, ie<br><br><A HREF="http://myasp?a=b&c=d" TARGET="_new">http://myasp?a=b&c=d</A><br><br>because the ASP expects a POST.&nbsp;&nbsp;The above will work if the ASP expects parameters through a...
  3. 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...
  4. 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