<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <%'����������֤��û�����벻�����鿴�� dim id,title,str,keyword id=request.QueryString("id") keyword=request.QueryString("keyword") dim rs set rs=server.CreateObject("adodb.recordset") sql="select [title],[content] from table_1 where ID="&ID rs.open sql,conn if rs.eof and rs.bof then response.write "
��������
" else title=rs("title") str = rs("content") end if rs.close set rs=nothing conn.close set conn=nothing Dim k,inst k="��Ժ��Ϊ" inst = InStr(k,str) if inst=0 then k="��������" inst = InStr(k,str) else end if if inst=0 then inst=Len(str)/2 else end if Dim kcons kcons=Mid(str,inst,150) if InStr("
",kcons)>0 then kcons=kcons.replace("
","") end if if InStr("
",kcons)>0 then kcons=kcons.replace("
","") end if %> <%=title%>-��������-֣����ʦ��¹�
首页
法律法规查询
裁判文书检索
诉讼文书样式
指导案例
常用网址
֣����ʦ
www.zzdnn.com
�ؼ��ʣ�<%=keyword%>
���ţ�<%=title%>
<% keys=Split(keyword) For i=0 to ubound(keys) str = Replace(str,keys(i),""&keys(i)&"") Next Response.Write(str) %>
<% set id=nothing set title=nothing set str=nothing %>