<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body><%
zr=WeekdayName(Weekday(Date))
if zr="星期一" then response.write"张三手机:1380013800"
elseif zr="星期二" then response.write"李四手机:1380013800"
elseif zr="星期三" then response.write"王伍手机:1380013800"
elseif zr="星期四" then response.write"周六手机:1380013800"
elseif zr="星期五" then response.write"李七手机:1380013800"
elseif zr="星期六" then response.write"朱九手机:1380013800"
elseif zr="星期日" then response.write"宋十手机:11380013800"