先制作2套CSS样式表文件
a.css和b.css
默认为a.css
然后程序代码如下:
以下是ASP源代码:
Dim strStyle
strStyle = Trim(Request.QueryString("style"))
If strStyle<>"b" Then
strStyle = "a"
End If
<link href="<%=strStyle%>.css" rel="stylesheet" type="text/css" />
<a href="?>
If s">
先制作2套CSS样式表文件
a.css和b.css
默认为a.css
然后程序代码如下:
以下是ASP源代码:
Dim strStyle
strStyle = Trim(Request.QueryString("style"))
If strStyle<>"b" Then
strStyle = "a"
End If
<link href="<%=strStyle%>.css" rel="stylesheet" type="text/css" />
<a href="?>