根据는 서로 다른 按钮来转换网站의 색입니다.
<html>
<머리>
<title>网页换肤</title>
<link id="myCss" href="orange.css" rel="stylesheet">
<스크립트>
함수 writeCookie(csspath){
var today=새 날짜();
var 만료=새 날짜();
만료.setTime(today.getTime()+1000*60*60*24*30);
var str="cssPath="+csspath+";expires="+expires.toGMTString()+";";
document.cookie=str;
}
함수 readCookie(쿠키이름){
var 검색=쿠키이름+"=";
if(document.cookie.length>0){
offset=document.cookie.indexOf(검색);
if(오프셋!=-1){
오프셋+=검색.길이;
end=document.cookie.indexOf(";",offset);
if(end==-1){
끝=document.cookie.length;
return unescape(document.cookie.substring(offset,end));
}
}
}
}
기능변경(유형){
if(유형=="주황색"){
document.getElementById("myCss").href="orange.css";
writeCookie(orange.css);
}
if(type=="회색"){
document.getElementById("myCss").href="gray.css";
writeCookie(회색.css);
}
}
</script>
</head>
<본문>
<양식 작업="">
<테이블 정렬="가운데">
<tr>
<td align="center"><a href="#" onClick="change('orange')">【橘color经典】</a></td>
<td align="center"><a href="#" onClick="change('gray')">【灰color畅想】</a></td>
</tr>
<tr>
<td>사용명 :</td>
<td><input type="text" name="name" /></td>
</tr>
<tr>
<td>설명:</td>
<td><input type="password" name="pwd" /></td>
</tr>
<tr>
<td>确认密码:</td>
<td><input type="password" name="pwd1" /></td>
</tr>
<tr>
<td>성별:</td>
<TD>
<input type="radio" name="sex" value="m" />男
<input type="radio" name="sex" value="f" />여자
</td>
</tr>
<tr>
<td>연말:</td>
<td><input type="text" name="age" /></td>
</tr>
<tr>
<td><input class="botton1" type="submit" value="注册" /></td>
<td><input class="botton1" type="button" value="중화" /></td>
</tr>
</table>
</form>
</body>
</head>
1, 검은 색의 검은 색
2、当单击“灰color”的时候,网页风格变为“灰color”
3、当最后点击“橘color”的时候,网页再次变为原color
4, 每一次는 새로운 것을 더욱 강력하게 만들어줍니다.