웹마스터 팁

야후에서 자주쓰는 방식

----------------------------------------
<head>
<style>
@media all {
   YAHOO:HOMEPAGE {behavior:url(#default#homepage)}
}
</style>
<YAHOO:HOMEPAGE ID="oHomePage" />
<script>
oHomePage.setHomePage('http://luckyworld.net/');
document.location.replace('http://luckyworld.net/');
//event.returnValue = false;
</script>
</head>
<body>

<a href=http://luckyworld.net/
onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://luckyworld.net/');">럭키월드를 시작페이지로</a>
</body>
</html>

---------

http://luckyworld.net 이라고 쓰신부분 수정해 주시면 됍니다.