首 页 ASP ASP.NET PHP JSP Ajax DIV+CSS JavaScript XML C#
MySQL MSSQL Access Oracle Linux Server 电脑技巧 网络安全 建站经验 其它

一个比较实用的脚本程序

整理日期:2007年08月18日 【字体:

一套实用的换皮肤程序

<!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=/";
Tags:
一个比较实用的脚本程序
'http://www.etoow.com/html/2007-08/1187438908.html
1
 
2
信息搜索
  
联系我们关于本站广告服务设为首页 收藏本站友情链接网站地图
Copyright © Etoow.com Inc. All Rights Reserved