ÇöÀç ½ºÅ¸ÀϽ¬Æ®·Î µµÀÔµÈ ½ºÅ¸ÀϽ¬Æ®(styleSheet)¸¦ ¹ÝȯÇÑ´Ù.
ÀÌ ¼Ó¼ºÀº ÀбâÀü¿ëÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.
°³Ã¼ | script | HTML | ±Ô°Ý | IE |
---|
<SCRIPT> oObj=document.styleSheets[0]; str='oObj.owningElement.nodeName=<FONT color=blue>'+oObj.owningElement.nodeName+'</FONT><BR>'; str+='oObj.type=<FONT color=blue>'+oObj.type+'</FONT><BR>'; str+='oObj.href=<FONT color=blue>'+oObj.href+'</FONT><BR>'; str+='oObj.owningElement.parentStyleSheet=<FONT color=blue>'+oObj.owningElement.parentStyleSheet+'</FONT><BR>'; document.write(str); </SCRIPT>