weird error only on ie

  • Thread starter Thread starter gh0st54
  • Start date Start date
G

gh0st54

Hi
I have a weird javascript error that only happens on my live server

when i open the page http://www.imrated.co.uk/reg.aspx

i get the error 'Problems with this page ... blablabla

Line : 3
Char : 1
Error:Syntax error
Code : 0
URL : http://www.imrated.co.uk/reg.aspx

i even tried removing the javascript but still got the errror , the thing is
i don't get the error on netscape 7.2 or firefox

thanks
 
Did you look in include files? It looks like you have an asp page as an
ssi.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top