Because your frameset is not in your Body tags - please check out basic HTML
code standards.

-----Original Message-----
From: sufi malak [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 8:47 AM
To: [EMAIL PROTECTED]
Subject: jsp (can't see the frameset) ????


Why I can not see the frameset but only 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>

Thanks


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to