<!--아래의 방식으로 BODY 부분에 스크립트나 태그를 붙여 넣으세요-->
<!--하이퍼링크 텍스트에 적용 할 때-->
<a href="http://www.yahoo.co.kr" onMouseover="window.location=this.href">마우스를 대기만 하면 야후 홈페이지로 갑니다</a>
<!--이미지 버튼에 적용 할 때->
<a href="http://www.yahoo.co.kr" onMouseover="window.location=this.href"><img src="이미지경로와 이름" border=0></a><!---->
<!--하이퍼링크 안에 onMouseover="window.location=this.href" 를 넣어줍니다-->
<a href="http://www.daum.net" onMouseover="window.location=this.href">이곳이나 아래 그림에 마우스를 대어 보세요</a>
<a href='http://www.yahoo.co.kr' onMouseover="window.location=this.href"><img src=http://img.yahoo.co.kr/images/m5v9.gif border=0></a>
<!---->