묻고답하기



<script>
if (!document.layers&&!document.all)
event="test"
function showtip2(current,e,text){
if (document.all&&document.readyState=="complete"){
document.all.tooltip2.innerHTML='<marquee style="border:1px solid black">'+ '+ '+text+'</marquee>'
document.all.tooltip2.style.pixelLeft=event.clientX+document.body.scrollLeft+10

document.all.tooltip2.style.pixelTop=event.clientY+document.body.scrollTop+10

document.all.tooltip2.style.visibility="visible"

}

else if (document.layers){
document.tooltip2.document.nstip.document.write('<b>'+text+'</b>')
document.tooltip2.document.nstip.document.close()
document.tooltip2.document.nstip.left=0
currentscroll=setInterval("scrolltip()",100)
document.tooltip2.left=e.pageX+10
document.tooltip2.top=e.pageY+10
document.tooltip2.visibility="show"

}

}

function hidetip2(){
if (document.all)
document.all.tooltip2.style.visibility="hidden"
else if (document.layers){
clearInterval(currentscroll)
document.tooltip2.visibility="hidden"

}

}

function scrolltip(){
if (document.tooltip2.document.nstip.left>=-document.tooltip2.document.nstip.document.width)
document.tooltip2.document.nstip.left-=5
else
document.tooltip2.document.nstip.left=150

}
</script>

<body>

<div id="tooltip2" style="position:absolute;visibility:hidden;clip:rect(0 150 50 0);width:150px;background-color:#CCCCFF">

<layer id="layer1" left=50 top=50 width=1000 height=200 z-index=1  bgColor="lightyellow"></layer>

</div>

<br><br><br>

링크된 부분에 마우스를 가져가 보세요<br><br><br>

</font></strong></p>
   <p align="left">

//아래 내용을 적당히 수정해 주세요

<a href="happyscript"
   onMouseover="showtip2(this,event,'happy script입니다')"onMouseout="hidetip2()">Happy script</a><br>
<input type=button name=simabuttonviewsource value="View Source" onClick='window.location="view-source:"+window.location.href'>





위 소스를 코멘트 출력(View_comment.php)에 쓸려고합니다.
해당 파일안에 아무리 입력해도 되지않던데.....어떻게해야 적용되는거죠??
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
이성미 제가 컴맹이라서 그러는데요 드라이버 잡는거세 관해서.. [1] 2007.08.10
아이리버 트래픽과 히트파일 수 이거 정상인가요? ㅡ.ㅡ [1] 2007.08.10
물탱이 테이블 안에 이미지 밑에 공간이 생겨요.. [1] 2007.08.10
박용재 음 <? include 안에 <? include 를 하나 더 쓰려면? [10] 2007.08.10
이은희 배경음악을요... [1] 2007.08.10
치즈 소스질문이요~도와주세요~ [1] 2007.08.10
▷◁ 타락천사 포토삽에 관한 질문 2가지 입니다. [1] 2007.08.10
I.T.B.W. NZEO 여기 처럼 창크기에 관계없이 웹페이지가 중앙에 오게 어떻게 하죠? [4] 2007.08.10
류인상 자동으로 최대화하는 방법좀알려주세요~ [1] 2007.08.10
Medic 나모5 질문드립니다. [2] 2007.08.10
심영우 시노부 BGM 플레이어 질문 올립니다.. [2] 2007.08.10
오케바리 간단한 수정이라는데 .. ㅠ.ㅠ. 도움좀 .. [5] 2007.08.10
Wesley [mysql] root 비밀번호를 까먹었었어요 -0-;  
배재훈 포토샵질문이요... [2] 2007.08.10
순수주의 비밀번호 찾기 기능..  
네오미 외부로그인 아이프레임으로 로그인/로그아웃시 질문입니다. [1] 2007.08.10
임승필 여기처럼 매뉴내용만 바뀌게 하는법줌갈켜주세요 [1] 2007.08.10
최후의성전 스타 배틀넷에서 성적 긁어오는 방법 아는사람 [2] 2007.08.10
깜찍이 도와주세염.... [2] 2007.08.10
박세욱☺ 제로보드 사용 통계 만들기..