I installed, no problems, works fine... but I have a javasxript error in some browser (IE at home, but not at work) when I do a search. Character 1 expected {
but as you see in the bold below, it is there. And this what the error is pointing to.
<script type="text/javascript">
function validate
{
sf=document.search
keyword=search.sk
in=search.st
sort=search.order
sortin=search.in
if(keyword.length<3)
{
alert("Search Keywords must be more than 3 characters.")
submitok="false"
}
}
</script>
|