Karthikk
07-06-2006, 11:20 AM
Hi
I wanted some details of coding using frames
The page i am displaying are dynamic,i.e some attributes are passed to the page depending on which the page contents are displayed.
My main page is somewhat like this
----------------mainPage.jsp--------------
<html>
<frameset rows="40%,60%">
<frame src="first.jsp" name=first>
<frame src="second.jsp" name=second>
</frameset>
<html>
----------------------------------------------
now if i call the using
mainPage.jsp?name=karthik&password=programmer
How can i pass the attributes to the first.jsp as these are used by the first.jsp.
can any one help me
I wanted some details of coding using frames
The page i am displaying are dynamic,i.e some attributes are passed to the page depending on which the page contents are displayed.
My main page is somewhat like this
----------------mainPage.jsp--------------
<html>
<frameset rows="40%,60%">
<frame src="first.jsp" name=first>
<frame src="second.jsp" name=second>
</frameset>
<html>
----------------------------------------------
now if i call the using
mainPage.jsp?name=karthik&password=programmer
How can i pass the attributes to the first.jsp as these are used by the first.jsp.
can any one help me