求助啊,我想在asp里面赋予一个网址随机调用
<%Dim ad(4)
ad01(0)="http://64.233.183.36/"
ad01(1)="http://64.233.183.44/"
ad01(2)="http://74.125.71.99/"
ad01(3)="http://74.125.71.105/"
ad01(4)="http://74.125.71.147/"
Randomize
i=Int(Rnd()*5)
ad=ad(i)
%>
<FRAME class=a src="<%=ad%>" 这样写正确么?为什么出不来,老提示有错误啊。请高手帮我看看!