I am using Struts 2.1.8 and facing validation problem in IE. I am getting the following error
An exception occurred: Error. Error message: Invalid argument.
I tried out to figure out the cause and found the following. My generated javascript code is:
field = form.elements['district.name'];
var error = "Enter only alphabets for...
I'm working on a project that uses the new CSS3 transform:rotate(180deg) feature. Every modern browser has it's own tag, but does support it. Only IE (of course) doesn't. But with using filters the same thing can be achieved. The only problem with that is, is that IE uses another origin as CSS3 does. My guess is that with some math the o...
My background is not with web applications so this problem is hard for me to explain easily. First I'll try to describe the setup. Client setup:-Only browser that is effected is IE 6-8 (Firefox, chrome, opera, and safari all work fine)
-A user will try to access our web application from a company laptop that is not connected to our netwo...
The line
<input type="text" name="passwordLogin" value="Password" onfocus="if(this.value=='Password'){this.value=''; this.type='password'};" onblur="if(this.value==''){this.value='Password'; this.type='text'};" size="25" />
works in all web browsers except IE... How can I fix it for IE?
Ok made some changes to still have an error
I ...
I get this,
clicking 'no' means the page displays flawlessly.
it's refering to this part of jquery1.4.2.js:
// Get the Nth element in the matched element set OR
// Get the whole matched element set as a clean array
get: function( num ) {
return num == null ?
// Return a 'clean' array
this.toArray() :
//...
Based on the IE documentation on MSDN IE 8 supports up to 6 parallel connections per server and IE 6,7 support 2.
What is the upper limit of parallel connections accross all the hosts? So if I have 60 hosts, 8 requests per host, so 360 requests in the HTML page - does it mean that IE 8 will have 360 connection in parallel and IE 6 or 7 ...
What causes the IE information bar to pop up and block 'active content' on a webpage?
...
I am attempting the following:
var Class1 = function() {}
Class1.prototype = {
MyMethod: function() { /* Do Stuff */ }
}
var Class2 = function() {}
Class2.prototype = {
AnotherMethod: function() { /* Do More Sweet Stuff */ }
}
jquery.extend(true, Class1, Class2);
I should now expect to be able to do the following:
var c = n...
I'm using the PassthruAPP method to hook into HTTP/HTTPS requests made by IE.
It's working well for the most part, however I noticed a problem. Only one download thread is active at a time, normally IE uses two download threads. I can see two IInternetProtocol objects getting created, but IE uses only one at a time.
This is happening...
I am using json with unicode text, and having a problem with the IE8 native json implementation.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script>
var stringified = JSON.stringify("สวัสดี olé");
alert(stringified);
</script>
Using json2.js or FireFox native json, the alert() string is the same as...
Hello,
As you guys know, the CSS :hover doesn't work in d.... IE6 for an element except for links. What is the fix for that. I mean how do I apply the :hover to a div for example.
Any fix/alternative/solution?
Thanks.
...
shows some symbol istead of space in IE?
could you tell me why?
thanks
...
Hey Guys
I am getting several errors only on IE8 running on my vista OS. On the other browsers (Chrome, FF, Safari) everything works fine. Not sure where to begin looking.
When I open a new IE8 browser and enter the homepage URL of my website - I get the following error and the page opens up blank:
Line: 19
Character: 12043
Code: 0
E...
What's the best way to execute a function exactly once every time a button is clicked, regardless of click speed and browser?
Simply binding a "click" handler works perfectly in all browsers except IE.
In IE, when the user clicks too fast, only "dblclick" fires, so the "click" handler is never executed. Other browsers trigger both eve...
I've used the developer tools on Chrome, FF and IE, and on IE, it's extremely slow. I was trying to debug iGoogle and it took about 3 minutes to even open the tools page.
Can anyone confirm that it's that slow? It works fine on small websites though.
...
I have a weird quirk with cookies in IE. When a user logs into the site, I'm generating a new session id and hence need to overwrite the cookie. The flow is basically:
Client goes to https://secure.example.com/users/login page, automatically receiving a session id
Client POSTs login credentials to same address
Client receives the follo...
Hi,
I have a problem with my site in internet explorer. It works fine in firefox, opera etc.
Sometimes internet explorer won't show my flash banner. For example when I'm on home page it works fine, but when i press services it doesn't show the banner. My web site is www.md-telmark.hr ..... to view the page you should press the dot in ...
I've been developing a website that has several modal dialog boxes. I've been using jQuery Tools Overlay for the dialog boxes. However, I've just discovered that it doesn't seem to work properly on IE8.
In Chrome (and I presume other browsers), the dialog is highlighted by darkening the rest of the page "below" it, but on IE8 the page "...
I have a 2 column layout, with the left side for navigation and the right side for the main content.
The right side content has a wrapper div that looks like:
<div id="content">
Now this looks fine in FF and GC, and it IE but if I change the padding to anything over 4px that section gets pushed down below the left navigation.
#conte...
Hi,
How can I fix the following problem with IE6/7(IE Tester) with drop-down list(with fixed width), as it is dropping UP instead of DOWN on roll out?
Any help appreciated. Thanks in advance.
...