I have a page that is heavily managed by ajax, and used all day by my clients employees for data entry.
Before a merger the client was using Firefox, but has had to change to IE8 now.
Firefox would save the form inputs when the forms on this page where submitted via ajax, IE8 doesn't do this natively.
Having the forms now not auto-com...
My site is incompatible with IE. How can I fix this problem?
...
Though i'm currently interested in internet explorer address space i wouldn't mind a general answer. The question is how can i calculate the address space ( and by address space a mean the minimum and maximum address in memory -correct me if i'm wrong- ) of a windows process.
Actually is this space fixed or varied ? Also do i get to kno...
Hi everyone,
I am using jQuery to load an external SVG (a map of France) and parse it into paths with raphaël.js the following code. But it is not doing anything in IE. Any ideas?
$(document).ready(function(){
var paper = Raphael("canvas", 450, 380);
var map = paper.set();
// load svgz map
$.ajax({
type: "GET",...
I'm using playframework to build a web site. And I also use a rich editor named xheditor.
Xheditor support ajax-fileuploading, it needs the server side has a action which accepts "filedata" parameter which contains the upload file.
So I wrote a upload action:
public class Application extends Controller {
public static void upload(...
Hi guys, have abit of a problem with Jquery UI dialog. I set it to modal:true, and so when i initialize the dialog, i do see the grey overlay. However, the dialog itself simply does not appear. This is the strange part (perhaps): when I put settings to autoOpen: true, the dialog appears fine, it simply does not appear again when i click....
I have a site that has a div with content and a navbar (looks like three tabs) in it. I have JQuery on the page as well. This is what the JQuery is doing...when you click on one of the tabs, it should fade out the whole div, change the content of the div to correspond with tab that was selected (this is done through an ajax hit to the ...
I see there are several questions regarding how to deal with IE's 'protect your security, Internet Explorer blocked this site from downloading files to your computer. ' toolbar. My problem is that I have two different tools that I use to download files and one, when a 'trusted' site with medium security in IE8 downloads file just fine. ...
my computer screen width is 1280 but why IE says it's 1259 but other browsers say 1280 with widht();?
$(document).ready(function(){
alert($(window).width());
});
can it be fixed for IE?? have a look here,
http://ec-ener.eu/dump/index3.php
Thank,
Lau
...
Problem
I'm using the base tag to resolve relative URLs to a specific point in some dynamically generated .html pages.
This works great until I try to use Window.open in javascript. Firefox resolves everything fine, but IE resolves the URL to the displayed URL.
Is there an IE work around for this?
I'd like to avoid
Combining the U...
Seeing on various sites some web JavaScript for displaying a window (say once a button is pressed) and I don't understand why you would call window.open twice, the first is normally to blank or some static error page, the second is to the actual content somewhat more heavy weight like a pdf.
Is this normal, should it work?
currentDialo...
I've got a simple Jquery script to slide part of my header, however in IE, when I process the slide and fades, all PNG backgrounds (they are set in CSS) disappear.
Please note that this script has been written inside of PHP hence all the slashes and marks :).
<script type=\"text/javascript\">
$(document).ready(function(){
...
Hi,
I made a flash and embed it into a webpage. I use the browser to test the flash, an intersting thing, after I upload the flash into the server, and press F5 to refresh the browser, the browser still use the old one, I can't enforce the browser to use the new flash swf file!
How can I tell browser to use the new swf?
...
Hello,
It was brought to my attention that sIFR3 titles are wrapped by "$" in IE9 beta. Is there any fix for this or will there be a sIFR update?
Cheers,
Pete
...
Setup: Apache 2.2, mod_auth_sspi 1.0.3/1.0.4, mod_wsgi 3.3, python 2.6.2
Some background information: Whenever IE hits an URL, that requires it to perform NTLM challenge-response, further POST requests to the same domain are performed as follows:
A zero-length POST (Content-Length 0) is performed
The server replies with 401. WWW-Authe...
Hi people...
As every web-developer I'm tired of Internet Explorer...
I'm working on a new website and use font-face (the problem may not be related but just in case...):
@font-face {
font-family: 'ArabicTypesettingRegular';
src: url('arabtype-webfont.eot');
src: local('☺'), url('../../../partilhado/fontes/arabtype-webfont....
I'm testing in internet explorer 8 on windows XP and hitting into a tedious bug. I am trying to test strings with a regular expression that works fine in firefox and fine tested indepedantly in the ie8 console.
But when it through my closure function the string acts strangly
[Edit] more detailed code:- Not as nice or clean as the earli...
Hello readers,
Im making a login form for a webbased game, Styled it very pretty etc. Used Cufon to markup some text.
Now i have a submit button which is very standard. So i tried applying css and Cufon.
Not working.
Then i wrote a bit of jquery to:
hide the submit button
add a span with the same class after the submit button
set ...
IE has weired behaviour when pressing back button. When trying to open a webpage server seds a 302 responce that redirects client to Login xml page with xsl stylesheet. After user successfully logged in some page is loaded. However, when user presses "back button" and reaches Login page, IE shows only xml values as plain text instead of ...
Ahhh Internet Explorer.
I've been banging my head against the wall for a couple of hours, and thought it might be time to ask the internets.
When putting someones old javascript function on my page it makes it no longer center in IE(7). What I think is causing it is the page width is getting superficially longer as a result of the scri...