<script language=javascript>
<!--
function Setcookie (name,value) {
var argv=setcookie.arguments;
var argc=setcookie.arguments.length;
var expires= (2<ARGC) argv[2]:null;
var path= (3<ARGC) argv[3]:null;
var domain= (4<ARGC) argv[4]:null;
var secure= (5<ARGC) Argv[5]:false;
document.cookie=name+ "=" +escape (value) + (expires==null)? ":("; Expires= "+expires.togmtstring ()) + (Path==null)" ":("; Path= "+path") + (domain==null)? ":("; domain= "+domain)" + ((secure==true)? "; Secure ":" ");
}
function GetCookie (Name) {
var search = Name + "=";
var returnvalue = "";
if (Document.cookie.length > 0) {
offset = document.cookie.indexOf (search);
if (offset!=-1) {
Offset + + search.length;
End = Document.cookie.indexOf (";", offset);
if (end = = 1)
end = Document.cookie.length;
Returnvalue=unescape (document.cookie.substring (offset,end));
}
}
Return returnvalue;
}
var Thisskin;
Thisskin=getcookie ("Nowskin");
if (thisskin!= "")
Skin.href=thisskin;
Else
Skin.href= "Css.css";
function changecss (URL) {
if (url!= "") {
Skin.href=url;
var expdate=new Date ();
Expdate.settime (Expdate.gettime () + (24*60*60*1000*30));
Expdate=null;
The following set the cookie time is 1 years, oneself casually set that time.
Setcookie ("Nowskin", Url,expdate, "/", null,false);
}
}
-->
</SCRIPT>
<P> Please select the dropdown menu below to test the skin effect </P>
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.