-
시작페이지로 설정Programing/Script 2010. 1. 15. 11:59
<script Language="Javascript">
function StatMRoad(obj) {
obj.style.behavior='url(#default#homepage)';
obj.setHomePage('http://chany1995.tistory.com/');
}
</script>
<a href="javascript:;" onClick="StatMRoad(this);">시작페이지 설정</a>'Programing > Script' 카테고리의 다른 글
이름, 주민번호 입력 자바스크립트 (0) 2010.01.28 자주사용하는 CSS 속성 (0) 2009.12.22 asp 문자열(Mid, Instr, InstrRev) (0) 2009.11.26 엔터 이벤트 (0) 2009.11.26 [자바] 이미지로 버튼 사용 (0) 2009.04.01 [자바] 간단한 폼값 체크 기능 (0) 2009.04.01 [자바] window.open 팝업 (0) 2009.03.31