%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% action=request("action") style=request("style") border=request("border") background=request("background") width=request("width") coding=request("coding") target=request("target") baseurl="http://"+Request.ServerVariables("SERVER_NAME")+Left(Request.ServerVariables("PATH_INFO"),instrRev(Request.ServerVariables("PATH_INFO"),"/")) if style="" then style="1" if border="" then border="BBBBBB" if background="" then background="FFFFFF" if width="" then width="600" if coding="" then coding="gb2312" if target="" then target="_blank" %>