Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Frames with JSP

843835Nov 20 2001 — edited Sep 17 2002
Hi,
I have a simple question...
I'm trying to include a JSP src in my frameset.
By doing so, the JSP file in unavailable whereas this file is availableby accsssing it directly...
I would simply like to write somethin like this:

<frameset cols="15%, 85%">
<frame src="Menu.htm" id="Menu">
<frameset rows="10%,80%,10%">
<frame src="Titre.htm" id="Titre">
<frame src="Control.jsp" id="Control">
<frame src="Comment.htm" id="Comment">
</frameset>
</frameset>

Thx for any help,
G
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 15 2002
Added on Nov 20 2001
15 comments
744 views