一套实用的换皮肤程序
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>换肤测试程序</title>
<style type="text/css">
.themes{border:1px solid #000;}
</style>
<script language="javascript" type="text/javascript">
<!--
var arrCSS=[
["<img src='http://www.afoer.com/images/ocean.gif' width='16' height='8' class='themes' alt='Ocean'>","http://www.afoer.com/css/ocean.css"],
["<img src='http://www.afoer.com/images/tangerine.gif' width='16' height='8' class='themes' alt='Tangerine'>","http://www.afoer.com/css/tangerine.css"],
["<img src='http://www.afoer.com/images/violet.gif' width='16' height='8' class='themes' alt='Violet'>","http://www.afoer.com/css/violet.css"],
["<img src='http://www.afoer.com/images/oyster.gif' width='16' height='8' class='themes' alt='Oyster'>","http://www.afoer.com/css/oyster.css"],
["<img src='http://www.afoer.com/images/grass.gif' width='16' height='8' class='themes' alt='Grass'>","http://www.afoer.com/css/grass.css"],
""
];
// *** function to replace href="#" ***
function v(){
return;
}
// *** Cookies ***
function writeCookie(name, value) {
exp = new Date();
exp.setTime(exp.getTime() + (86400 * 1000 * 30));
伊图教程网[www.etoow.com]
http://www.etoow.com/html/2007-08/1187438908.html
document.cookie = name + "=" + escape(value) + "; expires=" + exp.toGMTString() + "; path=/";
一个比较实用的脚本程序
'http://www.etoow.com/html/2007-08/1187438908.html