1. 程式人生 > >ASP.NET動態設定css

ASP.NET動態設定css

一、動態改變頁面背景示例
參考文章http://blog.sina.com.cn/s/blog_78106bb10100tc53.html
<html xmlns="http://www.w3.org/1999/xhtml">
 <head runat="server">
 <title>
 </title>
<link id="mycss" rel="stylesheet" type="text/css" href="StyleSheet1.css" />
<script language ="javascript" type="text/javascript">
    var turnback = false;
    function setCSS()
    {