Hi all,
When I use request.sendRedirect("process.jsp?temp_id="+number) to pass the temp_id from a Frame to Frameset (includes top.htm, left.htm and main.jsp). The value do appear in URL, but it never be captured in main.jsp in the frame set, "request.getParameter("temp_id"" is null.
How can I get the value from form data inside the frame set?
Thanks for all your help
Joyce
When I use request.sendRedirect("process.jsp?temp_id="+number) to pass the temp_id from a Frame to Frameset (includes top.htm, left.htm and main.jsp). The value do appear in URL, but it never be captured in main.jsp in the frame set, "request.getParameter("temp_id"" is null.
How can I get the value from form data inside the frame set?
Thanks for all your help
Joyce