IE is closing with the error window as shown below
In my web Application there is once mutil tab page having diffrecnt graph floating function with AJAX. This graph and tab were working in FireFox, but in IE when i click on the tab wil get this error. i checked with other pc also but.. the smae issue is there.....
Thanks for any hel...
I have got a familiar problem. I am using Django-0.97, and cannot upgrade -- though the version of Django being used should not play any part in the cause of the problem.
I have a search view that presents a form to the user, and, on submission of the form via POST, performs heavy computations and displays a list of items that are gener...
For FF and other non-IE browsers, window.opener.outerWidth/Height give me the info I need. For IE, I'm still at a loss, from IE6 to 8. I can't use jquery as the opener's page is beyond my control, so I can't do a window.opener.$(window). This requires the opener to have jquery 'attached' (correct me if I'm wrong).
I googled quite a bit ...
As far as I can tell this only is only broken in Internet Explorer. I have a script that creates multiple dynamic <select> elements and adds an onchange event for them. The onchange event fires in Firefox with no problem but in Internet Explorer it never fires. Using Developer Toolbar I see the DOM has the correct event listed, it jus...
Hi,
I have a asp.net page, the main content section displays the custom html content from the database. To the right of it, it has a few user control that lets the user make drop down selections and go to its perspective links.
So it's something like this:
<asp:Content ID="Content3" ContentPlaceHolderID="mainContentPlaceHolder" Runat...
Are there tools other than Firebug Lite that might help one get into Internet Explorer's buggy little mind and find out precisely where and why it's mangling my CSS so badly?
Firebug Lite is a useful tool of course, but it seems to be missing the crucial feature (present in the 'full' Firebug plugin) that allows you to see which parts o...
I'm trying to set the Accept HTTP header to "text/xml" with this jquery code:
$.ajax({
beforeSend: function(req) {
req.setRequestHeader("Accept", "text/xml");
},
type:"GET",
url: "[proper url]",
contentType: "text/plain; charset=utf-8",
dataType: ($.browser.msie) ? "text" : "xml",
username: '---',
password: '-------', ...
Hi StackOverflow,
This is a long one,
The Premise
Was called in to help out a client with some bug fixing on a current project of theirs. What needed fixing was a jobs listing page. You have a list of jobs, you click one and if JavaScript is activated an AJAX call is made to dynamically load the job's details into an existing element ...
I'm using scripting to turn the IE6 screen to full screen mode. I'm using the Wscript.Shell ActiveX object and sending the F11 key to IE. The problem is that if the user enters again to the screen it sends the F11 key again and it returns to normal screen. I tried to save the information in the user's session but when it ends the problem...
as specified by CSS 2.1:
input[type=submit] {
}
or
input[type="submit"] {
}
must matches any input element whose "type" attribute value is exactly equal to "submit". However this selector doesn't works on IE8 (and IE7 compatibility mode).
Any hint? workarounds?
...
am using the following css code for the style, but it is not working with any of the IE version :(
is there any solution in css or any kind of script(js) can resolve this???
::selection {
background: #990000;
}
::-moz-selection {
background: #009900; /* firefox*/
}
...
Folks,
I am developing Browser Helper Object, that has to change search assistant URL in Internet Explorer 6.
I have discovered on the web, that it can be done by writing new "Search assistant" value into registry "HKEYLOCALMACHINE\Software\Microsoft\Internet Explorer\Search". However when I write it manually nothing changes in IE beh...
My program requires some configuration details to be kept in a .ini file. This program also installs extensions to IE and firefox and i want to read these .ini file from these extensions also. If I kept .ini in "...AppData/Roaming..." the IE extension in protected mode won't be able to read/write. As far as I know only AppData/LocalLow c...
I have a JS script that works on IE8 compatibility mode, FF, Chrome, Opera, but not IE8 standards mode.
As I think standards mode is more strict than compatibility mode, maybe there's something wrong with my code. How can I debug? Is there something that shows me things that would work in compatibility mode but standard?
Also, in the s...
i use jquery post function to go to server and bring the link to file download.
when the func come back and return the link,
i try to open a popup or iframe with link source ,
to popup save/open file window
i try
this
window.open(data.link,'Download','top=20,width=3,height=3,left=20');
or
document.getElementById('download').src=...
Hi,
I have an AJAX query which makes a request and gets some XML back. The XML contains data for a table and a chart. The table works fine but the chart (for FusionCharts) is proving to be problematic.
I have it working in FireFox by using
// For some reason the .text() is not working on this, one solution is to write it to the ...
I have some PHP code that calls MySQL that works in Firefox and other browsers, but IE doesn't seem to handle it.
<?php include "casti/mysql_connect.php";
$result = mysql_query("SELECT * FROM ".$_POST['table']." WHERE id='".$_POST['id']."'");
$row = mysql_fetch_array( $result ); // Line 60 !
echo $row['title'];
?>
And here is what ...
A piece of javascript code I'm working on is causing the nasty "Operation Aborted" message in IE. I am well aware that you cannot modify the DOM until after it has loaded. Sure enough the line of javascript code causing the error is the one which appends a new div tag to the body. However the function which the line is located within is ...
Hello,
I developed an BHO using C# .NET. Then I create an deployment project and testet the setup on a other machine. It fails with an error in german. translation is something like: cant register ieframe.dll HRESULT: -2147467263
ieframe.dll was recognized as an dependency and was added to the setup project automatically.
actually I t...
I've tried setting the zIndex for my OBJECT and it seems that I cannot place any content above it. Is this an IE issue? Any workarounds? I'm trying to display a lightbox type dialog directly above the OBJECT.
...