카테고리 없음

document.domain

윤보람 2011. 7. 22. 13:42
관리하고 있는 소스에 아래와 같이 지정해놨다. 아무곳에서도 참조를 하지 않음에도 불구하고.

<script>
 document.domain = "";
</script>


참고
http://oybso.tistory.com/24

이해했다. 약속이구낭~