1.
<%
a=request("num")
if a mod 2=0 then
response.write "偶数"
else
response.write "奇数"
end if
%>
2.
<%
a=request("价钱")
if a>100 then a=a+(a-100)*0.8
if a>50 and a<=100 then a=a* 0.9
response.write a
%>
3.
<%
if day(now)=25 then response.write "明天可能有病毒发作"
%>
4.有点复杂
用到application 具体的可网上查下 很简单的 总访问人数用个fso可以实现了
5.你看下globa.asa说明