Link to home
Start Free TrialLog in
Avatar of cehrnow
cehrnow

asked on

javascript IE

Have some javascript that runs fine when IE is run on the web server itself but when IE is used from a remote PC the javascript does not run at all. All works fine, locally and remotely with Chrome. Are there any settings required in IE ?
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

That doesn't make any sense.  IE usually blocks javascript when it is loaded in a file with the "file://" protocol which means Not from a web server.  It's a "security precaution".

What error messages are you getting?
Avatar of cehrnow
cehrnow

ASKER

No error message at all - just doesn't execute it.
Can you give us a link so we can check it out?
Avatar of cehrnow

ASKER

Unfortunately not.

Remote Server hosts website.

Called locally on server - IE8 or Chrome - OK
Called remotely - Chrome - OK
Called remotely - IE10 - JavaScript ignored.
Avatar of cehrnow

ASKER

But...

http://javatester.org/javascript.html

...indicates that javascript is working.
Avatar of cehrnow

ASKER

Javascript now does run okay now that I've turned compatibility view OFF.
Trouble now is that visually the site looks terrible !

So how can I run JavaScript in compatibility view ?
I don't know, I don't have IE10.  Click on "Request Attention" above to get someone else to look at your question.
ASKER CERTIFIED SOLUTION
Avatar of cehrnow
cehrnow

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cehrnow

ASKER

Found the fix