% id=session("id") sql="select * from corporation where id="&id&"" Set rs= conn.execute(sql) if rs.eof then response.Redirect("../index.asp") response.end else zycp=rs("zycp") pharry=split(rs("phone")," ") faarry=split(rs("fax")," ") %>