Hi, I don't know why I can't see the frameset in this jsp file, but I can see hello :
<%@ include file="Ttest3.html"%>
<jsp:include page="Menu.jsp" flush="true">
<jsp:param name="highlighted" value="services"/>
</jsp:include>
<html>
<head>
<title>Untitled</title>
</head>
<frameset border="3" cols="18%,*">
<frame name="left" src="menu.html" marginwidth="16" marginheight="10" scrolling="no" frameborder="0">
<frame name="right" src="welcome.html" marginwidth="10" marginheight="10" scrolling="no" frameborder="4">
</frameset>
<body>
hello
</body>
</html>
-
jsp (can't see the frameset) ???? (1 messages)
- Posted by: majid abdel
- Posted on: March 12 2001 08:58 EST
Threaded Messages (1)
- jsp (can't see the frameset) ???? by Vipul Sagare on March 12 2001 19:26 EST
-
jsp (can't see the frameset) ????[ Go to top ]
- Posted by: Vipul Sagare
- Posted on: March 12 2001 19:26 EST
- in response to majid abdel
Could you explain it further what exactly are you trying..?