• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Object Unexpecter Error (javascript)

YodaMan

Member
I keep getting this stupid error and I am not sure why. I was wondering if anyone could see an obvious mistake I made and point it out to me. It would be greatly appreciated.
It keeps telling me that this is the line with the error.

<TD >Phone Number: </TD>
<TD align=left width=200><input value="" type="text" onKeyDown="javascript:return dFilter (event.keyCode, this, '(###) ###-####');"></TD>


and this is what i wrote in the header

<script type='text/javascript' src='dFilter.js'>
 
Can you post the code of dFilter()?

btw, your script tag should be closed:

<script type='text/javascript' src='dFilter.js'></script>
 
Back
Top