출처: http://www.walterzorn.com/tooltip/tooltip_e.htm
Download script file:
Copy the following line to inside the BODY section,
preferably
immediately after the opening <body> tag:
<script type="text/javascript" src="wz_tooltip.js"></script>
<script type="text/javascript" src="wz_tooltip.js"></script>
<a href="index.htm" onmouseover="Tip('Some text')" onmouseout="UnTip()">Homepage </a>
Tip('This text won\'t trigger a JavaScript error.');
Tip('This text won\'t trigger a JavaScript error.');
Download script file:
'Dev./Sec. Study > Web' 카테고리의 다른 글
HTML Color Code (0) | 2012.07.06 |
---|---|
HTTP Header ... (0) | 2012.06.07 |
HTML 태그 코드 (TAG CODE) (0) | 2009.05.08 |
Hypertext Transfer Protocol (HTTP) Status Code Registry (0) | 2009.03.25 |
웹 관리자를 위한 응급처치법-SQL Injection 해킹 보안 (1) | 2006.09.19 |