Hi,
I have a frameset with 2 vertical rows.
1. The Header (Header.jsp) and
2. The Body (Body.jsp)
The header has all the links and the body is the base target.
The problem that I'm facing is that I need to pass parameters through the URL and since the frameset lies within my Index.html, I can't pass them since Index.html is not the ACTUAL page displayed in the Body frame, it is merely the page showing all the other pages.
I've googled around and found nothing, my question is:
Is it possible to somehow reference a certain frame using a method similar to request.getParameter("frameName", "paramName"); ?
I plan to redirect using the normal Home.jsp?George=true - but that will redirect the content in the body frame. All I need is a way to get those parameters from that frame.
Thanks!
-Ash