在RefreshFunction.asp 增加:'更新时间Function UpTime()UpTime = UpTime & "更新时间: "& Now End Function在SelectFUnction 里增加:
Case "uptime" GetLableContent = UpTime 调用:{%=UpTime()%}
演示:http://www.cleanse.com.cn