[求助]有关asp与VB的变量问题
我有这么一个语句:SQL=sql="select * from shengao1 where id_no="&uid
xulie=rs("xulie1") '设置变量xulie=数据库中的字段xulie1变量的值
然后我想在页面加载的时候进行Vb判断
<script language="vbscript">
function biao()
if xulie="查询" then
chaxun1.style.display=""
chaxun2.style.display="none"
end if
end function
</script>
<body onload="biao()">
请问我这么写对么??
[此贴子已经被作者于2005-11-9 16:03:01编辑过]