internet-explorer

C++ interface version of HttpWebRequest and HttpWebResponse.

Hi All, We are wondering how to use HttpWebRequest and HttpWebResponse .net framework Class in ATL c++ project is their any interface exposed for webrequest class in C++, currently we cannot have a c# project so we are looking for alternative interface. Any help will be greatly appreciated. Ramanand. ...

css hover breaks page layout in IE WHY?

I am using a CSS style hover on some image links on my page. When a user hovers over an image, it's background position changes, providing a highlight effect. When I hover over the image in i.e.6 my page gets pushed down by 40px. Why is this? ...

Follow up question about input focus and blur

Hi all, I already asked a question today : This one Now I have a code that works, but works only in FF(fully) and partially in IEs(7 and 8). function replaceT(obj){ var newO=document.createElement('input'); newO.className = obj.className; newO.style.width = '118px'; newO.style.height = '17px'; newO.style.color ...

Internet Explorer Cannot Open the Internet Site Operation Aborted, how to fix this error?

This code giving error in IE Internet Explorer Cannot Open the Internet Site Operation Aborted, how to fix this error? var tip = "<p>Most computers will open PDF documents "; tip += "automatically, but you may"; tip += "need to download <a title='Link to Adobe website-opens in a new window'"; tip +=" href='http://www.adobe.com/products...

Need message from ActiveX that runs in a thread

I have an activex control, that I developed myself. The activex runs in a thread to make sure that IE doesn't freeze when its executing the long task. The long task is pretty much looping through 32K rows. Now while its looping I would like to display a message to the IE user notifying him about the row position. That way the user can se...

how to make sure select option text align in the center in IE?

select,option{text-align:center;} works in FF, but not in IE(at least 8.0), how could I make sure that the text align in the center for IE8.0? Thanks!!! ...

prevent IE to tamper with page code ?

Is it possible to prevent IE (7 or 8) to change the underlying code of a page ? My page, built with Dreamweaver, consists of a table with 5 images; each of these is a link to a larger size one. In FF or Chrome, the page displays exactly as planned. In IE, only the first image displays. All other have the "broken img" icon. The code reve...

Onclick javascript not working properly in IE

Please excuse my ignorance I am not very familiar with Javascript and have been tasked with repairing a bug by a developer no longer at the company. The onclick works perfectly in FireFox, however in IE 7&8 (the only ones we test for), it appears to run through the onclick functions properly, then instead of the data being submitted to ...

DWR util.js not working in internet explorer

Hi there, I have been using DWR for couple of months in my project. i tried using dwr's util.js in one of my jsp but strangely when i include util.js(version 2.0.1) none other javascript is working in internet explorer(working fine in mozilla) . i am trying to manipulate tables with util.js as described here and more surprisingly i ca...

html not displaying same in IE8

The 'required' text is showing up to the left of the input box. Similar problem in Opera except is displays on the next line (creates a line break). Looks as expected in FF3.1 and chrome. Any suggestions? Eventually I would like to use the display:none attribute on the 'required' span and show this span as necessary with javascript. ...

How powerful can graphing be in IE6?

I'm interested in developing a web-based application with rich time series charting functionality, where the charts can be constructed and manipulated on the client side. I would like the chart surface to be highly interactive, with the ability to pan and zoom with the mouse, click on lines, axes, etc. Importantly, I would prefer not to ...

CSS selector works in Firefox but not in IE

Does anyone know why this CSS selector works in Firefox but not in IE7 or IE8? css=div[style~='visible;'] div[class~='x-combo-list-item']:contains('Test Job') I'm using this in a Selenium test to find an element on the page. Edit: The :contains selector is not the problem. I'm using it elsewhere in my tests and it works in IE6, 7, an...

Google Maps Rendering markers and map center differently in Internet Explorer

Hiya All, I have a strange problem with Google Maps showing differently in IE and the rest of the browser world. I'm testing in IE8 and in IE8 Compatibility view, both show the same, but Safari, FF, Chrome all act fine and as expected. The page i'm working on is this: http://afid.staging.dante-studios.com/ at the front are two place ho...

IE - Javascript to change IMG SRC cancels existing loading bar

Hi there, I've come across an obscure problem where many of the pages on my company's website take several seconds up to several minutes to load. Ordinarily, one would expect a browser's native progress bar to continue spinning until all outstanding requests have finished, but IE will stop the progress bar when ANY request returns. And...

CSS Sprites showing broken image icon over image, but hover still works.

I can't figure this out..hopefully someone else can. I have an image button . The hover effect works fine. However, I have the IE broken image icon over the button image. Lookie here: Funky Image Funky Image Hover As you can see...they both work except for that annoying broken image. Here's my CSS: .donate-btn{ background: transp...

Downloading an Excel file over https to IE from a J2EE application

Hi, Is there a way to download an Excel file from a J2EE application to an IE browser over https. My code works fine with Mozilla but IE just gives an error. I know that Excel over https is a problem for IE. While I've seen solutions for some environments, I haven't seen anything for J2EE. jd ...

Saving complete Webpage into local disk using IHTMLDocument ATL interface.

Hello Experts, In our win32 ATL project requirement we need to save the browsed web page into local disk in order to view it offline. Using IHTMLDocument2 interface we have retrieved html content using get_all() method and retrieved images from the get_images() method. now how do we extract other external files such as stylesheet (.c...

How can I test my webpage in different IE versions?

I can only have one IE version installed, but I need to make sure that webpages work on various IE versions, how can I do that without other computers? ...

Some Google Map Markers not showing up in Internet Explorer but show up in all other browsers

Hiya All, I have a Google Map on our site that has a list of markers which are brought in using the following code: $(".map-overlay-right").click(function () { var map = new GMap2(document.getElementById('map-holder')); $("#map-holder").fadeOut('slow', function(){ var gmarkers = []; map.addControl(new GSmallMapControl()...

Internet Explorer (6 and higher) cache and temporary files

How to prevent browser from storing particular page in temporary files folder ? Is there any solution using meta tags ? i've tried with meta tag: pragma, expire, cache-control but it doesnt work. ...