메인 제작 시
싸리
html
%@ page language=java contentType=text/html; charset=EUC-KR pageEncoding=EUC-KR %
meta http-equiv=Content-Type content=text/html; chatset=EUC-KR
head
style
!--
table {border-width:1pt; padding:0px;}
.mar {margin-top:5px; margin-left:5px;}
--
/style
/head
body
div align=center !--topmenu--
%
// session에 사용자 정보가 없으면 login 이미지
if (session.getAttribute(user) == null)
{
%
jsp:include page=topmenu.html/
%
}
else
{
%
jsp:include page=topmenu1.html /
%
}
%
/div
div align=center
table border=0 cellspacing=0 cellpadding=0 width=1000px
tr bordercolor=black
th align=center valign=top width=200px height=350px !--leftmenu--
iframe align=center frameborder=no scrolling=no valign=top width=220px height=500px src =leftmenu.html name=left/iframebrimg src=banner.png width=220 height=100 border=0 alt=
brimg src=pro_image/hanjin.jpg width=220 height=170
/th
th width=700px
iframe align=center width=700px height=900px frameborder=no scrolling=no src=main.jsp name=content /iframe
/th
/tr
tr
th colspan=2 img src=image/underbar.PNG width=1000 height=5
jsp:include page=copylight.html /
/th
th
/th
/tr
/table
/div
/body
/html이렇게 코딩은 했는데요 iframe에서 그 안의 내용이 많으면 안 잘리고 나오게 할 수는 없나요?