I've followed the instructions here http://www.wrensoft.com/zoom/support/aspdotnet.html for using the cgi method for including the search within an asp.net masterpage.
I have placed the code inside my contentplaceholder and added the import statements.
I have also removed everything from the template html except
I have also placed some test text either side of the <% %> tags and that renders in the correct place, but the zoom output renders at the very top of the html, above the masterpage content, which causes the page to render almost blank.
I.e. I see this at the top of View Source, with the rest of the page below it:
Any idea what I've missed?
ASP.NET 3.5, C#.
I have placed the code inside my contentplaceholder and added the import statements.
I have also removed everything from the template html except
Code:
<h1>Search this site</h1> <p> Enter one or more keywords to search for using the Zoom Search Engine.<br /> Note that '*' and '?' wildcards are supported. </p> <!--ZOOMSEARCH-->
I.e. I see this at the top of View Source, with the rest of the page below it:
Code:
<h1>Search this site</h1> <p> Enter one or more keywords to search for using the Zoom Search Engine.<br /> Note that '*' and '?' wildcards are supported. </p> <!--Zoom Search Engine Version 6.0 (1020) PRO-->
ASP.NET 3.5, C#.
Comment