<%
dim width,height
width=request("sw")
height=request("sh")
if width="" or height="" then
%>
<script language="javascript">
location=location.href+"?sw="+screen.width +"&sh="+screen.height
</script>
<%
response.end
end if
response.write "分辨率为:" & width & "*" & height
%>