![]() |
#2
piaoxue2007-09-28 16:12
|
<%
sub scripterr
response.write"<script>alert('操作出错,下面是产生错误的可能原因:\n\n"&errstyle&"');history.go(-1);</script>"
response.end
end sub
errstyle="·对不起,操作出错"
%>
如何使弹出的alert的字体改变颜色? sub scripterr
response.write"<script>alert('操作出错,下面是产生错误的可能原因:\n\n"&errstyle&"');history.go(-1);</script>"
response.end
end sub
errstyle="·对不起,操作出错"
%>