大家来看看!
<script language="javascript">function Search()
{
if(Form1.TxtGJC1.value=="")
{
window.alert("请输入要搜索的关键词!");
}
else{
window.open("Business/Search.aspx?Type=0&GJC="+escape(Form1.TxtGJC1.value)+"&TJ="+Form1.TxtTJ.selectedIndex);
}
}
</script>
能详细的解释看看吗?特别是后面的。。。。。