weird error only on ie

  • Thread starter Thread starter gh0st54
  • Start date Start date
Look at the source after your page loads, I see this:
<script language="javascript" src="js/ext.js"></script>
<script language="javascript">
<!--
document.onkeydown =function(){
onkeydownsubmit()
}
//--></script>
 
Good question. I can save your source and it serves up without the error on
my machine when viewed with IE...
 
can this be caused by the hosting company ,
I don't how the hosting company could cause this

in the whole application it happens on 3 page but they all use the same
javascripts
 
it looks like a problem with my validators
all my validators are not working anymore

i have email validators, compare validators , custom validators

none work anymore
 
Back
Top