메뉴 건너뛰기

2019.01.16 18:30

풍선도움말

조회 수 1436 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
 <HEAD>
  <TITLE> New Document </TITLE>
  <META NAME="Generator" CONTENT="EditPlus">
  <META NAME="Author" CONTENT="">
  <META NAME="Keywords" CONTENT="">
  <META NAME="Description" CONTENT="">
  <script language="javascript" type="text/javascript">
//풍선 도움말 스크립트
function sample_string_view(ans, typea) {
 var obj = document.getElementById(typea);
 if (ans) {
  obj.style.top = window.event.clientY + document.body.scrollTop + 10;
  obj.style.left = window.event.clientX + document.body.scrollLeft + 10;
  obj.style.display = "block";
 } 
 else {
  obj.style.display = "none";
 }
}
function sample_string_move(objName) {
 var obj = document.getElementById(objName);
 if (obj.style.display == "block") {
  obj.style.top = window.event.clientY + document.body.scrollTop + 10;
  obj.style.left = window.event.clientX + document.body.scrollLeft + 10;
 }
}
</script>
 </HEAD>

 <BODY>
 <TABLE>
 <TR>
 <TD>안녕하세요?</TD>
 </TR>
 </TABLE>
 <INPUT TYPE="text" NAME="content" value="안녕하세요?">
  <table><tr><td nowrap>
    <div style="width:250px;overflow:hidden;">
    <a href="#"
     onMouseOver="sample_string_view(true, 'Memo1');"
        onMouseMove="sample_string_move('Memo1');"     
     onMouseOut="sample_string_view(false,'Memo1');">
    하이루
    </a>
    </div>
    </td></tr></table>    
    <!-- 풍선도움말 -->
    <div id='Memo1' style="display: none; left: 465px; position: absolute; top: 270px">
     <table border="0" cellpadding="0" cellspacing="1" bgcolor="#6bbaef" id="Table1576">
      <tr>
       <td>
        <table border="0" cellpadding="0" cellspacing="5" bgcolor="#ffffff" width="300" id="Table1576s">
         <tr>
          <td align="JUSTIFY">
           <font color="#336600">이 름 : 홍길동</font><br>
           <font color="#ff0000">이메일 : hong@a.pe.kr</font><br>
           <hr style="height: 1px; color: #DDDDDD;">
           <font color="blue">하이루</font><br>
           <hr style="height: 1px; color: #DDDDDD;">
           <font color="#336699">작성일 : 2000-01-01</font><br>
           <font color="#336699">IP주소 :127.0.0.1</font><br>
          </td>
         </tr>
        </table>
       </td>
      </tr>
     </table>
    </div>
    <!-- /풍선도움말 --> 
 </BODY>
</HTML>

  1. Alert, Confirm을 모달 팝업으로 만들기

    Date2021.03.09 Views4321
    Read More
  2. 랜덤 배너 노출 스크립트

    Date2019.04.29 Views11754
    Read More
  3. 풍선도움말

    Date2019.01.16 Views1436
    Read More
  4. span - 동적으로 글자 바꾸기, 보이기 안보이기

    Date2019.01.16 Views1801
    Read More
  5. 텍스트박스 입력제한(숫자,영문,한글,특수기호)

    Date2019.01.16 Views2275
    Read More
  6. 금액에 점찍고 한글 표시하기

    Date2019.01.16 Views1723
    Read More
  7. 유효한 링크인지 확인하는 JAVASCRIPT

    Date2019.01.16 Views115150
    Read More
  8. 특정 부분 인쇄 자바스크립트

    Date2019.01.16 Views1858
    Read More
  9. 엑셀처럼 td 사이즈 조절하기

    Date2019.01.16 Views3739
    Read More
  10. 체크박스 전체 선택 및 해제, 반드시 1개 이상 선택 강제

    Date2019.01.16 Views1672
    Read More
  11. 한글 또는 영문만이 존재하는지 체크

    Date2019.01.16 Views1455
    Read More
  12. 기간 설정용 달력 팁앤노하우

    Date2019.01.16 Views1445
    Read More
  13. 한글 짜르기

    Date2019.01.16 Views1480
    Read More
  14. 두 날짜 사이 토일요일 개수 구하기

    Date2019.01.16 Views1550
    Read More
  15. div태그를 이용한 클릭시 레이어 띄우기

    Date2019.01.16 Views1733
    Read More
  16. 배열과 Array객체

    Date2019.01.16 Views1318
    Read More
  17. 에러처리

    Date2019.01.16 Views1341
    Read More
  18. 랜덤(Random) / 난수 만들기

    Date2019.01.16 Views1456
    Read More
  19. input 태그에서 name과 id의 차이

    Date2019.01.16 Views1374
    Read More
  20. Javascript 로 초성검색하기

    Date2019.01.10 Views2659
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 13 Next
/ 13

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

© k2s0o1d4e0s2i1g5n. All Rights Reserved