62,268
社区成员
发帖
与我相关
我的任务
分享[code=HTML]function tijiao1()
{
var str3 = parseInt(document.getElementById(" <%=this.DropDownList5.ClientID%>").value);
alert(str3);//打印出结果看看便知!
if(str3!="")
{
if(document.getElementById(" <%=this.RadioButton10.ClientID%>").checked)
{
parent.bottomFrame.location='baobiao/baobiao12.aspx';
}
if(document.getElementById(" <%=this.RadioButton12.ClientID%>").checked)
{
parent.bottomFrame.location='baobiao/baobiao13.aspx';
}
}
else
{
alert('对不起,您输入的查询条件不能为空!');
}
} [/code]function tijiao1()
{
var str3 = parseInt(document.getElementById(" <%=this.DropDownList5.ClientID%>").value);
alert(str3);//打印出结果看看便知!
if(str3!="")
{
if(document.getElementById(" <%=this.RadioButton10.ClientID%>").checked)
{
parent.bottomFrame.location='baobiao/baobiao12.aspx';
}
if(document.getElementById(" <%=this.RadioButton12.ClientID%>").checked)
{
parent.bottomFrame.location='baobiao/baobiao13.aspx';
}
}
else
{
alert('对不起,您输入的查询条件不能为空!');
}
}