%@ Language=VBScript %> <% dim flag flag=false sqlstr="select name, mid_title, auther from daf_perush where perush>="&killchars(Request("id1"))&" and perush<="&Request("id2")&" order by perush" 'Response.Write(sqlstr) set rs=Server.CreateObject("adodb.recordset") rs.Open sqlstr,con,3,3 %>
