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건 74 페이지
  • RSS
기술자료 목록
열람
HTML   25737  2012-06-04 18:26 ~ 2020-01-19 13:34  
1189
메이크샵   13025  2012-06-02 11:51  
1188
메이크샵   11109  2012-06-02 11:45  
1187
그누보드   20074  2012-06-01 20:26  
1186
HTML   31419  2012-06-01 11:53 ~ 2012-06-02 00:00  
1185
ClassicASP   14081  2012-05-30 19:50  
1184
SQL   20489  2012-05-30 14:36 ~ 2013-09-22 00:00  
1183
SQL   12753  2012-05-30 13:55  
1182
HTML   18765  2012-05-29 21:09  
1181
그누보드   20988  2012-05-29 04:43  
1180
그누보드   26280  2012-05-28 17:03  
1179
그누보드   40931  2012-05-26 17:54 ~ 2021-10-21 23:12  
1178
JavaScript   31812  2012-05-26 01:23 ~ 2020-04-08 09:26  
1177
JavaScript   32079  2012-05-24 03:56  
1176
Editor   18809  2012-05-24 03:39  
1175
JSP   53279  2012-05-23 13:11  
1174
Linux   18390  2012-05-23 13:05  
1173
Linux   22887  2012-05-22 23:28 ~ 2012-05-23 00:00  
1172
JSP   37727  2012-05-22 22:17  
1171
HTML   25151  2012-05-22 16:43 ~ 2019-03-02 04:18  

검색

해피정닷컴 정보

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

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