jsp for문 예제 <% for (int i=1; i<6; i++) { %> <img src='./land<%=i%>_off.gif' onmouseover='over(<%=i%>)' onmouse... JSP jieun 오전 9:52 Edit
jsp getParameter 단순 코딩 작업 시 서브페이지 파라미터별 인크루드 페이지를 설정하기 위해 getParameter 를 사용해보았다. url주소 예시 : localhost/test.jsp?flag=page3 <% String req = reque... .웹프로그래밍, JSP jieun 오전 11:27 Edit
인크루드(include) html 인크루드 <?php include_once ( "inc/menu.php" ) ; ?> php 인크루드 <?php include_once ( "inc/menu.php" ) ... .웹프로그래밍, ASP, HTML, JSP, PHP jieun 오후 5:48 Edit