I have test several versions of my product, some on the net and some as localhosts on my computer. Recently they have all failed with the same problem, although not at the same time.
The problem is I can get the form to display (I use my own form with the searchtemplate embedded in it), and I can enter a search term in the search box, but when I click submit the search box clears and the form appears to reset.
As a secondary matter, am I doing the right thing by inserting the search_template.html file code into my search form file?
Thanks, Dixie
(PS I also emailed Ray with the same query, but then considered the possibility he might be on leave - apologies)
Here is the code from my search form file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- #BeginTemplate "templates/doc.dwt" -->
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<!-- #BeginEditable "doctitle" -->
<title>Searching the Police Visual Handbook</title>
<meta name="description" content="Searching the Police Visual Handbook">
<!-- #EndEditable -->
<snip>
<p>The Police Visual Handbook. © Force IT Solutions Ltd 1997-2009. All Rights Reserved.</p>
</div>
</body>
</html>
<!-- #EndTemplate -->
The problem is I can get the form to display (I use my own form with the searchtemplate embedded in it), and I can enter a search term in the search box, but when I click submit the search box clears and the form appears to reset.
As a secondary matter, am I doing the right thing by inserting the search_template.html file code into my search form file?
Thanks, Dixie
(PS I also emailed Ray with the same query, but then considered the possibility he might be on leave - apologies)
Here is the code from my search form file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- #BeginTemplate "templates/doc.dwt" -->
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<!-- #BeginEditable "doctitle" -->
<title>Searching the Police Visual Handbook</title>
<meta name="description" content="Searching the Police Visual Handbook">
<!-- #EndEditable -->
<snip>
<p>The Police Visual Handbook. © Force IT Solutions Ltd 1997-2009. All Rights Reserved.</p>
</div>
</body>
</html>
<!-- #EndTemplate -->
Comment