In v3.12 and up the small search box includes additional JavaScript to control the “Pease wait… searching” dialog window. The following article explains how to remove the dialog window from the small search box.
<!--#include file="SmallSearchBox08.asp"-->
<form action="showsearchresults.asp" name="search" method="get" onSubmit="pcf_CheckSearchBox();" class="pcForms">
<form action="showsearchresults.asp" name="search" method="get" class="pcForms">
<script language="JavaScript">
<!--
function pcf_CheckSearchBox() {
pcv_strTextBox = document.getElementById("smallsearchbox").value;
if (pcv_strTextBox != "") {
document.getElementById('small_search').onclick();
}
}
//-->
</script>
<%
Response.Write(pcf_InitializePrototype())
response.Write(pcf_ModalWindow(dictLanguage.Item(Session("language")&"_advSrca_23"), "small_search", 200))
%>
<a href="javascript:document.search.submit()" onclick="pcf_CheckSearchBox();" title="Search">
<a href="javascript:document.search.submit()" title="Search">
<script language="JavaScript">
<!--
function pcf_CheckSearchBox() {
pcv_strTextBox = document.getElementById("smallsearchbox").value;
if (pcv_strTextBox != "") {
document.getElementById('small_search').onclick();
}
}
//-->
</script>
<%
Response.Write(pcf_InitializePrototype())
response.Write(pcf_ModalWindow(dictLanguage.Item(Session("language")&"_advSrca_23"), "small_search", 200))
%>