I'm using the cgi version with ASP.NET and everything works fine, but I'm getting the following text displaying in the top left corner:
When I view the source, I can see where the text is in the code (right before the search template begins), but it is generated automatically and I don't know how to stop it.
The code on the search page is as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
This is the search template file (search_template.html) which contains the layout
to your search page.
Note that you can not access the search function from this page (by default). Instead,
you should open or link to the search script, which is a file named "search.php",
"search.asp", or "search.cgi".
-->
<body>
<!--
The ZOOMSEARCH tag below marks the place where your search form and search results
will be inserted when you run the search script. By default, you do not need to place a
search form here, the search script will generate one and display it before the search
results. Also note that the ZOOMSEARCH tag should be on a seperate line of its own.
-->
<h2 class="style1"><span class="style2">Search</span><sub> </sub><br />
<img alt="" src="images/mrk_bnr.JPG" width="435" height="10" /></h2>
<p class="style3"><strong>Please use the following
form to search the content of this site and locate specific
information.</strong></p>
<p class="style3">
Enter one or more keywords to search for using the Search Engine.
</p>
<!--Zoom Search Engine Version 5.1 (1017) PRO-->
<form method="get" action="search.aspx" class="zoom_searchform">
Search for: <input type="text" name="zoom_query" size="20" value="" class="zoom_searchbox" />
<input type="submit" value="Submit" class="zoom_button" />
<span class="zoom_results_per_page">Results per page:
<select name='zoom_per_page'><option selected="selected">10</option><option>20</option><option>50</option><option>100</option></select><br /><br /></span>
<span class="zoom_match">Match:
<input type="radio" name="zoom_and" value="0" checked="checked" />any search words
<input type="radio" name="zoom_and" value="1" />all search words
<input type="hidden" name="zoom_sort" value="0" />
<br /><br /></span>
</form>
<center><p><small>Search powered by <a href="http://www.wrensoft.com/zoom/" target="_blank"><b>Zoom Search Engine</b></a></small></p></center>
</body>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /><title>
Search
</title>
<style type="text/css">
.highlight { background: #FFFF40; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; }
.suggestion { font-size: 100%; }
.results { font-size: 100%; }
.category { color: #999999; }
.sorting { text-align: right; }
.result_title { font-size: 100%; }
.description { font-size: 100%; color: #008000; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #808080;}
.zoom_searchform { font-size: 100%; }
.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
.zoom_match { font-size: 80%; margin-left: 10px;}
.zoom_categories { font-size: 80%; }
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
input.zoom_button { }
input.zoom_searchbox { }
.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0px; }
.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_pages { font-size: 100%; }
.result_pagescount { font-size: 100%; }
.searchtime { font-size: 80%; }
.recommended
{
background: #DFFFBF;
border-top: 1px dotted #808080;
border-bottom: 1px dotted #808080;
margin-top: 15px;
margin-bottom: 15px;
}
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #008000; }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
.style1 {
text-align: center;
}
.style2 {
font-family: Corbel;
}
.style3 {
font-family: Arial, "sans serif";
}
</style>
</head>
<body>
<form name="form1" method="post" action="search.aspx" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTQxNzI1ODQ2NmRkR/X+/qubK3gkVa/ucRI/jtwv1h8=" />
</div>
</form>
</body>
</html>
When I view the source, I can see where the text is in the code (right before the search template begins), but it is generated automatically and I don't know how to stop it.
The code on the search page is as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
This is the search template file (search_template.html) which contains the layout
to your search page.
Note that you can not access the search function from this page (by default). Instead,
you should open or link to the search script, which is a file named "search.php",
"search.asp", or "search.cgi".
-->
<body>
<!--
The ZOOMSEARCH tag below marks the place where your search form and search results
will be inserted when you run the search script. By default, you do not need to place a
search form here, the search script will generate one and display it before the search
results. Also note that the ZOOMSEARCH tag should be on a seperate line of its own.
-->
<h2 class="style1"><span class="style2">Search</span><sub> </sub><br />
<img alt="" src="images/mrk_bnr.JPG" width="435" height="10" /></h2>
<p class="style3"><strong>Please use the following
form to search the content of this site and locate specific
information.</strong></p>
<p class="style3">
Enter one or more keywords to search for using the Search Engine.
</p>
<!--Zoom Search Engine Version 5.1 (1017) PRO-->
<form method="get" action="search.aspx" class="zoom_searchform">
Search for: <input type="text" name="zoom_query" size="20" value="" class="zoom_searchbox" />
<input type="submit" value="Submit" class="zoom_button" />
<span class="zoom_results_per_page">Results per page:
<select name='zoom_per_page'><option selected="selected">10</option><option>20</option><option>50</option><option>100</option></select><br /><br /></span>
<span class="zoom_match">Match:
<input type="radio" name="zoom_and" value="0" checked="checked" />any search words
<input type="radio" name="zoom_and" value="1" />all search words
<input type="hidden" name="zoom_sort" value="0" />
<br /><br /></span>
</form>
<center><p><small>Search powered by <a href="http://www.wrensoft.com/zoom/" target="_blank"><b>Zoom Search Engine</b></a></small></p></center>
</body>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /><title>
Search
</title>
<style type="text/css">
.highlight { background: #FFFF40; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; }
.suggestion { font-size: 100%; }
.results { font-size: 100%; }
.category { color: #999999; }
.sorting { text-align: right; }
.result_title { font-size: 100%; }
.description { font-size: 100%; color: #008000; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #808080;}
.zoom_searchform { font-size: 100%; }
.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
.zoom_match { font-size: 80%; margin-left: 10px;}
.zoom_categories { font-size: 80%; }
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
input.zoom_button { }
input.zoom_searchbox { }
.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0px; }
.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_pages { font-size: 100%; }
.result_pagescount { font-size: 100%; }
.searchtime { font-size: 80%; }
.recommended
{
background: #DFFFBF;
border-top: 1px dotted #808080;
border-bottom: 1px dotted #808080;
margin-top: 15px;
margin-bottom: 15px;
}
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #008000; }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
.style1 {
text-align: center;
}
.style2 {
font-family: Corbel;
}
.style3 {
font-family: Arial, "sans serif";
}
</style>
</head>
<body>
<form name="form1" method="post" action="search.aspx" id="form1">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTQxNzI1ODQ2NmRkR/X+/qubK3gkVa/ucRI/jtwv1h8=" />
</div>
</form>
</body>
</html>
Comment