internet-explorer

Will IE9 support conditional comments?

I thought I remembered reading somewhere that IE9 would not be supporting them, but now after searching I can't find any indication that this is true. Is anyone aware of a definitive statement, either way, about whether Microsoft will be supporting conditional comments in IE9? ...

Directly embedding JPEGs in an HTML file

I can embed a mime encoded JPEG in an html page by saving the page from IE using the File-SaveAs menu and selecting (Web Archive, single file (*.mht)). Renaming this .mht file with .eml enables Outlook to open it and send an HTML email. My questions are: How can I embed JPEG images directly in HTML pages (no external files). Are the...

Error with my JQuery code in IE but not Firefox

Guys, I have this code below which works in firefox and all others except in IE. Am I making a syntaxt error somewhere? Can't seem to find it and its driving me nuts. Any help is appreciated! $(document).ready(function(){ $("label:contains('Number')").html("Register:"); $("input[type='textbox']").each(function(){ var na...

what is this internet explorer (javascript?) syntax error -2146827286?

Hi everyone, So, I've been trying to troubleshoot this bug where some big percentage of windows users who are on my ajax (jquery) web app are not able to play. I haven't been able to reproduce it on my end with a windows 7 IE8 running in a parallels vm. The main problem seems to be in the javascript somewhere because what users are co...

IE8 is still caching my requests even with mathrandom.

TLDR IE is still caching my requests even with Math.random() included in the URL. So I added math random onto the end of my url: var MYKMLURL = 'http://' + host + 'data/pattern?key='+ Math.random(); I also added math random onto my function param: window.setTimeout(RefreshPatternData, 1000, MYKMLLAYER); function Refr...

IE firing anything else but click

I just wonder is there's any way to fire any event via IE's event-triggering implementation - fireEvent. I've tried to use it but failed with all event except click. The only reason i've get interested with this issue it curiousity, thus, any answers like "just do not trigger events, it is a bad idea" - all such answers would be consider...

Does IE have a max selector length?

I am using the statement given below to remove the check marks from a selected list when clear is clicked. It works perfect in FF and GC(google Chrome :-)) but not in IE. $("#divResults li span .ui-icon-check").each(function () {$(this).remove(); }); Any idea why this does not work in IE? Are there any specific limit in the number of ...

IE 8 PNG body background problem

I've got a problem with IE 8 CSS. * { margin: 0; padding: 0; } img, fieldset { border:none; } body { font-family: Arial, Helvetica, sans-serif; } In the page: <body style="background:#FFFFFF url(../public/img/s5_fa_bot_bg.png) no-repeat bottom center"> The png image is displaying correctly in Firefox and Saf...

Problems with AJAX in jQuery and IE.

I had a really problem with Internet Explorer in all version i have a code in AJAX using jQuery, works perfect in all the others browsers and the propouse it's return an alert with the message "Bienvenido", but doesn't works with IE. Here i provide the code and the page in where you can try with the code and see. function chargeFnc(mdln...

Extjs Tooltips, IFrames and IE => Problems

I have an application using OpenLayers, Extjs and GeoExt. My application runs fine, but I need it to be placed inside an IFrame in another page. When doing this, my toolbar becomes responseless in Internet Explorer. The cause is Ext.QuickTips.init();. Comment out this line and everything works fine - except the quick tips ofcourse =) ...

Iframe src set dynamically through JavaScript is being executed twice on Internet Explorer

Hello Everyone, I am encountering a very annoying problem with IE. Basically I need to set the source of an IFrame using JavaScript, however the source document is being executed twice not once during each call. The simplified HTML code is pasted below (I simplified it so that readers can understand it quickly. The source is being set...

IE AJAX/Jquery issue - redirecting to new page instead of loading it into a div

I have a page like this: <form class="ajax" method="post" action="add_item.php"> [text input] [submit button] </form> [list any items the user has in a div here called #items] When the user clicks the submit button, a function like this is called: $("form.ajax").live('submit', function(event) { params = $(this).serialize(); $.post...

view-port resize vs document resize in IE

window.resize event in IE doesnt do what i thought it does. I thought it only triggered when the physical window/view-port changed size (ie user hits maximize on the browser window for example), but it is also triggered if i change the document size, introducing scroll bars. is there any way to tell those two things apart: view port r...

IE: iframe w/ invalid url and floating divs

Hi All, I've encountered a very interesting issue with IE + iframes + invalid urls + floating divs. I have a floating div (well not floating with css 'float' but floating as in a higher z-index). This floating div shows over the top of the iframe. However when we try to load an invalid url in the iframe then the iframe gets shown o...

How to get Deleted history and Favaorite in IE7?

Hi All, Actuvally i deleted all temp files and History in IE7 after some time i try to open my Favorites, but there is no Favorite so, please tell me how to get my deleted Favorites. Thanks in Advance, Rajesh ...

CSS, IE7... how to not move down the content...

hi, I've some issues with IE 7, could you please tell me how to avoid my content to shift down when I move the mouse over Contact (under the title) http://www.lancelmaat.nl/drupal/index.php?q=allwork thanks ...

Cancel on onbeforeunload confirmation is throwing error in IE

I have used onbeforeunload confirmation in my website, it works fine in all browser except in one case. When I change the location of the browser by window.location.href = requestUrl, in javascript. At that case if I click the cancel button of the confirmation box, in IE it gives Unspecified error. Can anybody help me, how can I avoid ...

Internet Explorer and onMouseOver/onMouseOut

Hi all, I have tried looking a similar question on here but couldnt find one so here it comes: I have this html (ignore the "+whatever+@", its in a codebehind file so im putting some variables that im getting from there): <div id='ReferenceContainer"+UniqueID+@"' style='background-color:"+BackcolourOFF+@"; width:"+CompWidth+@"; height...

Replacing text with image invokes "IE has restricted this page from running scripts or ActiveX"

I'm making a snippet that people can add to their web sites. My problem is that it invokes the yellow "ActiveX" bar at the top in Internet explorer. I'm not sure what invokes it. This is my code: <a id="nhl1" href="http://www.theaddress.com/"&gt;link&lt;/a&gt; <script type="text/javascript"> (function () { document.getElementById('nhl1...

select option in Safari ?

< select size="2" multiple> < option value="1">1< /option> < option value="2">2< /option> < option value="3">3< /option> < option value="4">4< /option> < option value="5">5< /option> < option value="6">6< /option> < option value="7">7< /option> < option value="8">8< /option> < option value="9">9< /opti...