|
Hi, I get this error when I use the search funtion on my website, I've looked for the code part to delete the bit about norbots but it's not there on the live site, I've reinstalled the extensions, I've tried everything but to no avail. I would really appreciate any help, I contacted my host to be told they dont help with frontpage things!!!
The page my search is on is www.glasgowgadgets.co.uk/search
Please email if you can help, martin@glasgowgadgets.co.uk
Many thanks in advance.
_derived/nortbots.htm Error in Frontpage 2002 published on 2000 server?
You need to code the search facility. At the moment, when clicking Go, it sends the form data to _derived/nortbots.html
Your page source shows:
<form action="../_derived/nortbots.htm" method="POST" onsubmit="location.href='../_derived/nor... false;"><input type="hidden" name="VTI-GROUP" value="0"><p><b> </b><input type="text" name="search" size="20" value></p><p><input type="submit" value="Go"><input type="reset" value="Reset"></p></form></div>
If you want the search feature, you will have to code a page to do the searching then replace the url's above in the source.
|