onclick 링크 ( table / tr / td / button ) > 기술자료

본문 바로가기

사이트 내 전체검색

onclick 링크 ( table / tr / td / button ) > 기술자료

HTML onclick 링크 ( table / tr / td / button )

페이지 정보


본문

onclick 테그를 활용하여 다양한 링크를 만드는 방법입니다.


1. table / tr / td 에 링크 걸기
<table style="cursor:pointer;" onclick="location.href='링크'" onmouseover="window.status='링크'" onmouseout="window.status=''">
  <tr>
    <td>링크</td>
  </tr>
</table>
 
<table>
  <tr style="cursor:pointer;" onclick="location.href='링크'" onmouseover="window.status='링크'" onmouseout="window.status=''">
    <td>링크</td>
  </tr>
</table>
 
<table>
  <tr>
    <td style="cursor:pointer;" onclick="location.href='링크'" onmouseover="window.status='링크'" onmouseout="window.status=''">링크</td>
  </tr>
</table>


2. button 에 링크 걸기

2-1. 현재페이지에 부를때
<button onclick="location.href='링크'">button</button>

2-2. 새 창에 열때
<button onclick="window.open('링크')">button</button>

2-3. 팝업으로 열기 (주소,팝업창이름,옵션)
<button onclick="window.open('링크','window_name','width=430,height=500,location=no,status=no,scrollbars=yes');">button</button>

2-4. 상위 프레임에 부를때
<button onclick="parent.location.href='링크'">button</button>

2-5. 프레임 지정 링크
<button onclick="타켓명.location.href='링크'">button</button>



참고자료
http://blog.naver.com/tais11/40058411821
https://wallel.com/onclick-링크-새창팝업현재창프레임/

댓글목록

등록된 댓글이 없습니다.


Total 2,650건 68 페이지
  • RSS
기술자료 목록
1310
전자결제   18355  2013-02-02 18:21  
1309
ClassicASP   23251  2013-02-02 14:28  
1308
ClassicASP   20497  2013-02-01 20:56  
1307
etc언어   17838  2013-02-01 11:53  
1306
ClassicASP   18221  2013-01-31 02:14  
1305
MSSQL   18226  2013-01-31 01:40  
1304
일반   19129  2013-01-31 00:26 ~ 2013-02-02 00:00  
1303
JavaScript   15747  2013-01-28 00:42  
1302
일반   12922  2013-01-27 10:51  
1301
그누보드   12881  2013-01-26 23:00  
1300
Secure   21338  2013-01-21 14:01  
1299
그누보드   17545  2013-01-16 16:19  
1298
JavaScript   19034  2013-01-14 20:23  
1297
영카트   14443  2013-01-09 17:57  
1296
영카트   22196  2013-01-07 18:34  
1295
Linux   15326  2012-12-29 10:47  
1294
JSP   20099  2012-12-28 23:24 ~ 2017-04-10 00:00  
1293
Linux   17075  2012-12-28 22:42  
1292
Linux   20218  2012-12-28 21:49  
1291
Linux   25645  2012-12-28 13:40  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2026 해피정닷컴. All Rights Reserved.