0
votes
1answer
123 views
Why is the ***** not working for my password input on IE?
On all other browers, when someone types in a password the * for security works just fine. For some reason those are not showing up on IE and the password is just showing up as is. Any ideas?
0
votes
2answers
16 views
Display Documents in an IFrame
A colleague set up an intranet application where the users can upload documents. These documents are displayed afterwards in an IFRAME using <IFRAME src="document.doc"></IFRAME> - of …
0
votes
2answers
16 views
Line break not happening in CSV file being generated by IE
I am using following PHP code to generate CSV file:
header("Expires: 0");
header("Cache-control: private");
header("Cache-Control: must-revalidate, post-check=0, …
1
vote
0answers
9 views
Cookies in IE6+, Safari vs. Opera, Firefox (JQuery)
Hi, I have found a weird difference in cookie behavior in IE+Safari/Opera+Firefox while navigating with the 'back' button:
in IE and Safari the cookies set on a page get dropped (reverted) when …
0
votes
1answer
69 views
parsing CSS with Java
I need to parse CSS files in Java, and have tried using the Batik and CSSParser libs with success. The issue I am having is that when I run into IE hacks, I loose the formatting; it appears to me that …
1
vote
5answers
91 views
Why does .html work and not innerHTML or appendChild
Hey!
I am trying to add an ajax response to a div (it's htmlcode, tables, forms etc).
In FF innerHTML works perfectly, but in IE it gives me an unknown error.
I tried lot's of stuff, but I only …
0
votes
1answer
29 views
List of everything that doesn’t work correclty in quirks mode?
Hi,
Does anyone have a complete list of html, javascript, and css that is buggy in quirks mode (particularly IE quirks mode)?
I have checked out the quirksmode.org list at …
0
votes
1answer
12 views
How do you instantiate .NET hosted controls dynamically loaded via JavaScript?
I am trying to load a bunch of .NET hosted controls into a page dynamically using JavaScript to inject OBJECT tags into the HTML.
My problem is that the objects do not instantiate, only the static …
0
votes
3answers
79 views
“this” keyword in IE
So, I using this snippet <tr onclick="this.toggleClassName('selected')"> on a web page. (a Prototype.js function) It works great. All I do is click on a table row, and it appears to get …
1
vote
3answers
57 views
Make IE ‘follow’ FF
Hi,
When developing webpages i need to test the layout and functions in both FF and IE. Anybody know of a FF addon or something else where i can make IE follow FF, meaning the if i type or click in FF …
0
votes
1answer
35 views
print visible screen only
I have an html application running in IE6(yes it has to be 6 for the time being), currently I print a page/report of the application. This report is all html and just uses the browsers built in print …
1
vote
2answers
19 views
IE addon development in .net
How do i develop a addon for ie in .net. I am basically looking to develop a inline spell checking addon like IE7Pro.
1
vote
1answer
35 views
Do IE Conditional Comments slow down page load?
I've been having the "CSS hacks" vs "Conditional Comments" argument enough times lately that I thought I'd throw this question out to the Stack Overflow community.
<!--[if IE]>
<link …
1
vote
1answer
46 views
Why does Internet Explorer prevent me from accessing the parent window’s JavaScript?
I have IFrame with a button in it, and it's onclick is:
new window.parent.UI.Image('xyz').addToCart();
In Firefox, I don't have any problems with this code. In IE, however, I get a "permission …
0
votes
1answer
32 views
DIV show-hide flickering in IE only
Hi,
I've got a problem with showing images triggered by a MouseOver (see: http://camera.vu.nl/v2)
In Safari and Firefox it's ok. In IE when you move of the text onto the Visible background layer with …
