/ Published in: JavaScript
URL: http://bmky.net/text/note/javascript-css.html
Expand |
Embed | Plain Text
function disableSheet( sheetindex ) { document.styleSheets[ sheetindex ].disabled = true }
You need to login to post a comment.
szsk on 08/24/06
css javascript ie DOM Opera Firefox
2 people have marked this snippet as a favorite
URL: http://bmky.net/text/note/javascript-css.html
function disableSheet( sheetindex ) { document.styleSheets[ sheetindex ].disabled = true }
You need to login to post a comment.