
10-09-2004, 11:14 AM
|
 |
|
|
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Lionel
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>
|
yeah i have to fix that but it is not something to worry about
|