
关于ASP站内搜索
为什么我的搜索在内页可以搜索,但是在主页上点搜索一点反应都没有.都是同一个模块,代码都没有少.<inputtype="button"name="buttton"value...
为什么我的搜索在内页可以搜索,但是在主页上点搜索一点反应都没有.都是同一个模块,代码都没有少.
<input type="button" name="buttton" value="搜索" onClick="window.location.href='<%=FileName%>?B='+document.form_s.BigClassID.options[document.form_s.BigClassID.selectedIndex].value+'&S='+document.form_s.SmallClassID.options[document.form_s.SmallClassID.selectedIndex].value+'&K='+document.form_s.SearchType.options[document.form_s.SearchType.selectedIndex].value+document.form_s.Key.value">
<input type="button" name="buttton" value="搜索" onClick="window.location.href='<%=FileName%>?B='+document.form_s.BigClassID.options[document.form_s.BigClassID.selectedIndex].value+'&S='+document.form_s.SmallClassID.options[document.form_s.SmallClassID.selectedIndex].value+'&K='+document.form_s.SearchType.options[document.form_s.SearchType.selectedIndex].value+document.form_s.Key.value">
主页和SEARCH.ASP都是用<%call PPst_Search("Search.asp",80,1)%>这条命令调用,为什么主页突然不能用了,原来是可以的,之前就是调整了一下排列把原来的表格删除掉,最初是竖排的一列四行可以用,现在变成一行四列就不能搜索了 展开
<input type="button" name="buttton" value="搜索" onClick="window.location.href='<%=FileName%>?B='+document.form_s.BigClassID.options[document.form_s.BigClassID.selectedIndex].value+'&S='+document.form_s.SmallClassID.options[document.form_s.SmallClassID.selectedIndex].value+'&K='+document.form_s.SearchType.options[document.form_s.SearchType.selectedIndex].value+document.form_s.Key.value">
<input type="button" name="buttton" value="搜索" onClick="window.location.href='<%=FileName%>?B='+document.form_s.BigClassID.options[document.form_s.BigClassID.selectedIndex].value+'&S='+document.form_s.SmallClassID.options[document.form_s.SmallClassID.selectedIndex].value+'&K='+document.form_s.SearchType.options[document.form_s.SearchType.selectedIndex].value+document.form_s.Key.value">
主页和SEARCH.ASP都是用<%call PPst_Search("Search.asp",80,1)%>这条命令调用,为什么主页突然不能用了,原来是可以的,之前就是调整了一下排列把原来的表格删除掉,最初是竖排的一列四行可以用,现在变成一行四列就不能搜索了 展开
1个回答
展开全部
问题不在于这里,在于<form>...</form>。 input要提交的话 只提交对于的form。 看看是不是<form>被你删了。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询