Hi Team,
I need to display overlay on two frames. i dont have any idea. i know only overlay with in one frame.
i have one link in frame_b.htm. if i click that link overlay div or overlay jsp should display entire frameset.
please help me with html css and jsp(no jquery, no iframe)
I need to display overlay on two frames. i dont have any idea. i know only overlay with in one frame.
Code:
<frameset cols="25%,*,25%"> <frame src="frame_a.htm"> <frame src="frame_b.htm"> <frame src="frame_c.htm"> </frameset>
please help me with html css and jsp(no jquery, no iframe)
Comment