Am completing a website and can't get the final piece to work which is the search engine. Have tried implementing Google's OnTheFly script which works up pop up a new window but only puts out "The resource you have requested could not be found." each and everytime. This was the script they said to paste in:
<!-- Use of this code assumes agreement with the Google Custom Search Terms of Service. -->
<!-- The terms of service are available at http://www.google.com/cse/docs/tos.html -->
<form name="cse" id="searchForm" method="post" action="http://www.google.com/cse">
<input type="hidden" name="cref" value="" />
<input type="hidden" name="ie" value="utf-8" />
<input type="hidden" name="hl" value="" />
<input name="q" type="text" size="30" />
<input type="submit" name="sa" value="Search" />
<script type="text/javascript" src="http://www.google.com/cse/tools/onthefly?form=searchForm&lang="></script>
</form>
This is my first time ever trying this. can someone help?
URL: http://www.4cs.org.au
Cheers!