<[url=]%@LANGUAGE="VBSCRIPT[/url]" CODEPAGE="936"%>
<!-- #include virtual="/kjasp/func/DB.fun" -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>单词(新英汉简明字典)查询结果</title>
<style type="text/css">
<!--
.STYLE1 {
color: #FF0000;
font-weight: bold;
}
.STYLE2 {
color: #0000FF;
font-weight: bold;
}
-->
</style>
</head>
<%
words=Request("words")
if not words="" then
SQL="Select * From 简明英汉1 where words like '" & words & "'"
Set rs = GetMdbRecordset("xyhjm.mdb", SQL)
end if
%>
<BODY bgcolor="#FFFFFF">
<span class="STYLE1">检索结果:</span>
<%
if not words="" then
If not rs.eof Then