All Questions
Tagged with javascript internet-explorer
5
questions
0
votes
2
answers
162
views
Bypass Browser Cache with Server Settings in Large Production Environment
We recently applied a patch to our ERP system that updated HTML, JavaScript and CSS files. After applying the patch a large volume of users called the help desk to report loss of functionality on the ...
1
vote
1
answer
1k
views
<script> always pending on IE11 and CentOS Apache
Using Apache HTTPD 2.2.15 on CentOS 6.6
I have a simple client-side call elsewhere:
<script src="//txph.cfwebtools.com/CJT/index.js"></script>
while returns this code via this machine:
...
0
votes
1
answer
364
views
Troublesome two lines of Java script in a SharePoint link?
I'm getting an IE error with these lines of code:
<a href="javascript: return false;" onmouseover="window.status='{@EncodedAbsUrl}';
return true" onmouseout="window.status=''; return true"
...
3
votes
3
answers
20k
views
IE8 script error 800704a6?
We have a user who suddenly started getting the following error when trying to open some web apps using window.open from within an embedded web browser in our software
The script uses javascript's ...
0
votes
1
answer
171
views
IE 8 scripts stopped working all of a sudden
We use a .NET based web application for our daily transactions.
This web application uses java scripts and vb scripts extensively. We are able to connect to the site and authenticate. However the ...