<html> <body> <p align='center'><font size ="5" color = "red">欢迎加入IE浏览器动态网网页!</font></p> <% t=time() h=hour(t) If h>12 Then clr = "blue" Else clr = "green" End If %> <font size = "4" color = " <% = clr%>">现在时间是:《% = t%></font> </body> </html>