Hi All,
I have a jsp page calling another jsp page. I want to pass information to the called page via the http address line.
Example: document.forms[frmName].action = "/tools/test/new.jsp?new,x";
How would I retrieve "new" and "x" from the http line in my new jsp.
TIA,
T
I have a jsp page calling another jsp page. I want to pass information to the called page via the http address line.
Example: document.forms[frmName].action = "/tools/test/new.jsp?new,x";
How would I retrieve "new" and "x" from the http line in my new jsp.
TIA,
T