0
votes
1answer
18 views
IE has empty document.referrer after a location.replace
I've got a site that does a complex search and has a "loading" page. On the loading page we use:
<body onload="window.location.replace('results_page.php');" >
Or:
<body …
1
vote
4answers
53 views
Custom HTML Attributes,: Firefox vs. IE
What changes do I have to make to the following simple HTML page to get Firefox to read and set a custom attribute as it does in IE?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" …
0
votes
3answers
40 views
“Access is denied” JavaScript error when trying to access the document object of a programmatically-created <iframe> (IE-only)
I have project in which I need to create an <iframe> element using JavaScript and append it to the DOM. After that, I need to insert some content into the <iframe>. It's a widget that will …
0
votes
1answer
26 views
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7” /> Does it really render page like IE7 in IE8?
Will i get same result in IE7 and IE8 after using this <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> ?
Has anyone tested it?
1
vote
3answers
52 views
How do I disable the image toolbar for images in IE?
When hovering the mouse over images IE pops up a little toolbar that suggests saving, printing and so on.
Here's a pic of this:
I need to accomplish this with JavaScript.
0
votes
2answers
15 views
IE ignores font-size for HTML SUB elements?
I'm usually well-versed in CSS but this issue surprised me...
I have some simple markup consisting of some text and a sub text:
<p>I am a main text<sub>This is a sub …
0
votes
1answer
33 views
IE not letting flash stream audio
This problem is happening is both IE8 and IE7. I have a small swf compiled with flex. It's basically just a wrapper around audio streaming functionality. All the controls and such are in html with …
0
votes
0answers
55 views
Web sites load fine in Firefox but not it IE8
When I test my site in Fox it works fine, when i click the Nav bar the pages change is smooth, but when I test it in IE8 the pages seems to struggle. When I click on a page the change takes 3 seconds …
0
votes
3answers
49 views
Getting 500 error on webpage only for one computer
I am running a site on php with a mysql backend. Things have been fine but suddenly one users account started getting a 500 error. Each user has his own profile when they log into the any box so his …
1
vote
3answers
37 views
IE not firing (window|document).onclick event when clicking on a child iFrame
I've got a simple dropdown menu that I want to hide whenever you click anywhere on the page (not on the menu). This works fine in FF and IE until you add iFrames into the page. The menu doesn't hide …
0
votes
2answers
38 views
Validating Problem - Doesn’t work in IE
I'm using following Code to add status-messages via PHP & Javascript (Ajax):
$(document).ready(function(){
$("form#status_form").submit(function(){
var s_autor = …
0
votes
1answer
17 views
Does internet Explorer 7 honour the Vary header by caching properly?
I'm using a technique similar to Rick Strahls example, but have notcied using google's speed tracer that
Resource Caching : @10.88s - The following resources specify a "Vary" header that disables …
0
votes
2answers
64 views
How to kill the last opened Internet Explorer window using a command?
I'm trying to write a Windows command file to open a webpage in IE, wait for it to load, then close the IE window. The following works but will kill all IE windows so any that were already open before …
2
votes
0answers
128 views
How to force Internet Explorer (IE) to REALLY reload the page? [closed]
When using Internet Explorer 8 to test my web application I often find it doesn't reload the page, so I don't see my changes. This has resulted in a lot of wasted time and frustration wondering why my …
1
vote
3answers
56 views
How to fire “onload” event on document in IE
I am currently developing Unit Tests for a Javascript method that detects the readiness of the document. This code is already at framework level, so please avoid mentions of this being already …
