1.css
============================
body {
color: blue;
}2.css
============================
body {
color: red;
}1.htm
=========================
<link rel="stylesheet" href="1.css" type="text/css">
hello,world!
<SCRIPT LANGUAGE="JavaScript">
document.styleSheets[0].href="2.css"
</SCRIPT>