Forum Moderators: open
Error:
Message: Syntax error
Line: 1
Char: 1
Code: 0
URI: http://example.com/wp-content/plugins/contact-form-7/contact-form-7.js?ver=2.0.js
Code Snippet:
<script type="text/javascript">
function toUnicode(elmnt,content){
if (content.length==elmnt.maxLength){
next=elmnt.tabIndex
if (next<document.forms[0].elements.length){
document.forms[0].elements[next].focus()
}
}
}
</script>
Any help with would greatly appreciated. Oh by the way in the code snippet, that is the first 10 lines.
Thanks in advance!
Casey