onclick 링크 ( table / tr / td / button ) > 기술자료 | 해피정닷컴

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 200건 6 페이지
  • RSS
기술자료 목록
100
HTML   20810  2012-07-17 20:51  
99
HTML   15959  2012-06-23 17:21 ~ 2014-05-22 00:00  
98
HTML   52874  2012-06-07 17:46 ~ 2023-11-17 10:41  
열람
HTML   24841  2012-06-04 18:26 ~ 2020-01-19 13:34  
96
HTML   30434  2012-06-01 11:53 ~ 2012-06-02 00:00  
95
HTML   18001  2012-05-29 21:09  
94
HTML   24321  2012-05-22 16:43 ~ 2019-03-02 04:18  
93
HTML   31601  2012-05-17 14:58 ~ 2018-06-15 14:17  
92
HTML   13614  2012-05-14 15:43 ~ 2014-06-16 00:00  
91
HTML   14372  2012-05-10 22:10  
90
HTML   50757  2012-05-04 23:17 ~ 2016-05-11 00:00  
89
HTML   24380  2012-05-02 20:26 ~ 2018-02-23 22:53  
88
HTML   15943  2012-04-29 17:33 ~ 2019-06-18 10:16  
87
HTML   24756  2012-04-28 23:27 ~ 2018-06-20 23:57  
86
HTML   14995  2012-03-16 17:10  
85
HTML   16630  2012-01-29 20:22  
84
HTML   33679  2012-01-29 17:51 ~ 2018-11-15 05:52  
83
HTML   13482  2012-01-06 15:05  
82
HTML   15560  2011-12-26 14:18  
81
HTML   28010  2011-12-19 22:46 ~ 2015-04-04 00:00  

검색

해피정닷컴 정보

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

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