大家来看看!

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>
能详细的解释看看吗?特别是后面的。。。。。

别试图教猪唱歌,这样不但教不会,还会惹猪不高兴!