상세 컨텐츠

본문 제목

현재 창의 url 얻어오기

자바스크립트

by happynuri 2008. 4. 4. 17:43

본문

<script type="text/javascript">

// 곧바로 현재 페이지 주소 출력
document.writeln(location.href);


// 변수에 넣어서 출력
var s = location.href;
document.writeln(s);

</script>

관련글 더보기

댓글 영역