internet-explorer

How to suppress "This page is accessing information not under its control"

I get this message when I am trying to access a web service from Jquery located in SAME the URL (but different directory). I know it is IE security setting. The question is, how do I suppress it...surely, people don't put web services in the same web site, same directory.... ...

InPlaceActivate on ATL control not called until mouse event

I have an ActiveX control written in C++ that I created with VS2008 and ATL. For the most part, it is a pretty standard (not modified much from the original template) control, except that instead of using IDispatchImpl, I have created my own IDispatchEx implementation. This control is only used in Internet Explorer, and I have been tes...

IE8 loading js on SSL pages

I am having an issue where all my js files that are loaded on a ssl page break in IE 8. Is there a technique to load them to work in all browsers and whether the page is secure or not? ...

In Internet Explorer, reloading a page causes an "Access denied" JavaScript error when trying to access the document object of a dynamically created <iframe>

This is a puzzling one, but I really need to find a solution. I recently posted a question about getting an "Access denied" JavaScript error when trying to access the document object of an <iframe> that was created with JavaScript (see URL below). This was caused by the document.domain property begin set in the parent document; since th...

IE 7/8 CSS div size problem with a img background

Hi guys. I'm designing a clean style to use in some web apps. And I've come across a IE bug (always the same). Well its pretty simple. I have a gradient background, and on top of it a rectangle with no border and its filled with nothing and with a shadow around it, giving the illusion that its on top of the background, as you can see i...

Why in IE8 <script /> won't work with jquery?

Hi guyz, I have a website using ASP.NET MVC, everything was working fine, but I'd like to add some jquery stuff, then I imported the .js in my master page and when I run it my page doesn't work in the Internet Explorer anymore, I only get the background color. In Google Chrome it works nice, so in Firefox. Then I got a look in some page...

(Ruby on Rails) Page header going as text/javascript, when it is not supposed to

Im developing an Rails application, but I found a problem when accessing it with internet explorer. Firefox and Safari displays the pages all right. Althrough, when using internet explorer, in some pages it tries to download the page, instead of displaying it. I have no idea what could be happening. Here is the html header of my applica...

jQuery click function not working in IE

Hi all, I have an issue with a jQuery script I wrote that is driving me a bit nuts. As usual it works perfectly in Firefox but falls over in all IE versions. I have the following HTML. It is generated using Velocity so it should be part of the DOM: <select name="groups" id="groups" type="select"> <option value="group1">group1</option>...

jQuery POST/AJAX not showing up in IE, works in FF

I've done my homework and scoured SO to no avail. I've even gone from $.post to $.ajax in an effort to clean out everything. There's no cacheing either. $('#send').click(function() { $.ajax({ url: "submit.php?ts="+new Date().getMilliseconds(), cache: false, type: 'POST', dataType: 'text', data: $("#myform")...

HTML link to directory in a Samba share, that works on Internet Explorer 7/8

Hello all, I want my HTML page to link to a directory in a Samba share (protocol SMB/CIFS Windows share). In my HREF I wrote file://server/Share2/folder3 Most browsers handle it fine (mount the share and open a file manager on folder3) except Internet Explorer 7 and Internet Explorer 8, which says Permission denied without even asking ...

jQuery 1.3.2 adds sizset='' sizcache='' attributes on IE when I use .html() function

When I do $('div#tborder').html() I get following: <DIV id=tborder style="BORDER-RIGHT: #000 1px solid; BORDER-TOP: #000 1px solid; DISPLAY: block; FONT-SIZE: 12px; BORDER-LEFT: #000 1px solid; BORDER-BOTTOM: #000 1px solid; FONT-FAMILY: Arial; TEXT-ALIGN: left" sizcache="9" sizset="124">Some Text </div> See the additional sizcache...

IE PrintTemplate mixed context warning

I use the IE PrintTemplate to add custom page header/footer. The print template sample I found in Beyond Print Preview: Print Customization for Internet Explorer 5.5. But over SSL when the bowser renders following tag <IE:LAYOUTRECT ID='layoutrect1' CONTENTSRC='document' ONLAYOUTCOMPLETE='OnRectComplete()' NEXTRECT='layoutrect2' CLASS='...

Personal Internet Moderation Script

What approach should I take to develop software to block traffic at the desktop level (windows) to sites based on their domain name. Messing with a host file was easy, but the browser seems to have too long of a delay before it recognizes changes in the host file. My ideal solution would be a simple ruby script to disable sites during ...

Is it possible to test whether XmlHttpRequest will hit the cache instead of the server?

In IE using Javascript, is there way to know if doing a regular GET on a URL using XmlHttpRequest will pull its data from the cache or hit the server? If there is no way to know in advance, is there a way to tell XmlHttpRequest to NOT hit the server, and instead pull from the cache if possible? To clarify: I understand how browser cach...

Is dojo 1.3 and 1.4 compatible with IE?

Examples found in the dojo documentation won't load in IE. Such as: http://docs.dojocampus.org/dijit/Calendar I've tried it in IE7, IE8, and quirks mode. Is this problem merely in how they've implemented their documentation? Or are the new dojo frameworks incompatible with IE? ...

Can I use OBJECT to embed remote content for IE?

I am trying to use OBJECT to embed content from a remote server into a webpage. The remote content is a component provided by a third party and they host it on their domain. I have been able to get the OBJECT tag to "work" for all browsers using relative URL's for data (same domain) but IE fails completely any time the data attribute ref...

Formatting good in FireFox, bad in IE.... help

I am a newb for sure. I have been developing in the firefox, and just barely checked in IE. Someone please help me out. Don't know where I went wrong. Thanks! www.clgproperty.com ...

Mediawiki + AJAX + IE = broken

Hi All, I have created an extension for mediawiki that works in all major browsers other than IE (any version it appears). The extension relies on mediawiki's ajax wrapper to send an xmlhttprequest with parameters that essentially build a database query to a php script. This script will run a query based on the parameters and then cre...

Change Windows browser proxy settings via ruby script

I'm looking for some code/library to programmatically change proxy settings for popular browsers using Ruby on Windows. Thanks. ...

modify request headers in Internet Explorer

Hi Is it possible to modify request headers sent by Internet Explorer. There are addins to do this for Mozilla Firefox. Is there a similar thing for IE. Thanks in advance!! ...