% Code=trim(Request("Code")) Code=left(Code,6) if len(Code)<6 then Code="000001" set rs=conn.execute("exec Fresh_fzm_Info 'Stock_Trade','Sid,SCode,AC,SNice','SCode="&Code&"'") if rs.eof and rs.bof then set rs=Nothing call connclose() call BoxStr(0,504) else NiceName=rs(3) if trim(rs(2))="sh" then Area="上海" SCode=Code&".SS" else Area="深圳" SCode=Code&".SZ" end if end if set rs=Nothing %>