메뉴 건너뛰기

?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
<head>
<%int num = Integer.parseInt(request.getParameter("num"));  %>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>글 내용</title> <script type="text/javascript">

 function showExImage(){
  var text = <%=num%>;
  exImage.innerHTML = "<img  width ='300' height='150' src='Sumnail.do?num="+text+"'></img>";
  }
  function hideExImage(){
  exImage.innerHTML="";
  }
 
</script>
 </head>
<body>
 
 <table align="center" cellspacing="1" border="1" style="table-layout:fixed">   
 <tr>
  <td width=50 height=10 >파일</td><td colspan=3><img  width ="100" height="50" src="Sumnail.do?num=<%=num%>" onmouseover="javascript:showExImage()" onmouseout="javascript:hideExImage()"/><font color=red><a href="DownloadPro.do?num=<%=num%>"><%=filename2%></a></font></td>
   </tr>
 </table>
 
 <div id="exImage" style="position:absolute; left:78px; top:565px; width:200px; height:62px; z-index:1; border-width:1px; border-style:none;">
 </div>
 </body>
</html> 

List of Articles
번호 제목 날짜 조회 수
27 현재 날짜, 시간 ( Month + 1 에 대해서 ) 2021.03.25 227
26 자바스크립트에서 이벤트 중단 하는 방법 2021.03.25 335
25 default 매개변수(매개변수 기본값) 2021.03.26 217
24 페이지 이동 2021.03.26 198
23 DTREE 트리구조 만들기 file 2021.03.26 889
22 getYear(); 크롬, 파이어폭스 에서 제대로 작동 안하는 문제 2021.03.26 201
21 opener 값전달, 함수실행.(자식창에서 부모창으로 값전달, 함수실행) 2021.03.26 1456
20 split, join, replace, replace_all 2021.03.26 222
19 utf-8일때 alert 한글 깨짐 해결 2021.03.26 3593
18 자주쓰는 것들 2021.03.26 247
17 ajax 사용시 Internal Sever Error 뜨는 경우 2021.03.26 981
16 폼안에 태그명, 함수명 같을때 오류 2021.03.26 223
15 팝업창 맨위로 올라오게 하기 2021.03.26 904
14 3자리 마다 쉼표만 찍어주는 number_format 함수 2021.03.26 238
13 날짜 계산하기 (년/월/일 더하기, 빼기) 2021.08.20 2377
12 Date 객체로 원하는 날짜, 시간 표현하기 2021.08.20 240
11 월의 마지막 날짜 계산하기 2021.08.20 257
10 날짜 계산 (Date) 마지막 날짜(말일)/윤달/윤년 처리하기 2021.08.20 1578
9 시간 계산하기 (시/분/초/ 더하기, 빼기) 2021.08.20 1731
8 대소문자 변경 (대문자를 소문자로, 소문자를 대문자로) 2021.08.20 272
Board Pagination Prev 1 ... 4 5 6 7 8 9 10 11 12 13 Next
/ 13

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved