prasanna_d
09-12-2006, 04:14 AM
Hi
can i use the iframe to include jsp file?
The code is as shown below
<head>
</head>
<body>
<iframe src="xyz.jsp"></iframe>
</body>
</html>
xyz.jsp
<%
Vector v = (Vector)request.getAttribute("a");
for(int i=0;i<v.size();i++)
{
// some logic here
}
%>
thanks
can i use the iframe to include jsp file?
The code is as shown below
<head>
</head>
<body>
<iframe src="xyz.jsp"></iframe>
</body>
</html>
xyz.jsp
<%
Vector v = (Vector)request.getAttribute("a");
for(int i=0;i<v.size();i++)
{
// some logic here
}
%>
thanks