internet-explorer

Print Preview Problem with Printing Flotr Graph IE8

So I am using the Flotr prototype extension library to draw a simple line graph. The line graph appears fine when I'm viewing the site in the browser however when I go to print this page the print preview shifts everything off to the right, and displays some html relating to the canvas tags used to draw the graph, something like this: ...

TextBox doesn't fire TextChanged Event on IE 8, AutoPostback is true

Hi guys, I have the same thing, there are many TextBoxes with the event TextChanged set and with AutoPostback = true, and works in all browsers (Chrome, Opera, Firefox 3.6) except in IE 8, IE 6/7 I didn't test. I don't want to put the onblur event in all my TextBoxs because there are many pages with many TextBox that use this event. ...

Flex & XML in IE-- Parse Me, Baby!

Hi I've got a Flex 3 project. I'm having a problem with XML in Internet Explorer only. Pls see the problem lines below: _clickURL = [email protected](); _mediaSource = [email protected](); These variables are coming up "" in IE. But, they grab the data in Safari and Firefox. Any suggestions as to what the problem might ...

Getting URL of executing JavaScript file (IE6-7 problem mostly)...

Hey all, I've been trying to throw together a generic function that retrieves the absolute URL of an executing JavaScript file on a web page: http://gist.github.com/433486 Basically you get to call something like this: getScriptName(function(url) { console.log(url); // http://www.example.com/myExternalJsFile.js }); inside an...

web browser control from c#.Net crashes after IE 7 upgrade in win XP

I am using C#.Net Web Browser Control to preview some documents. If I use any OS it works fine. After upgrading IE 7 in windows XP SP3, it crashes. This is very strange behavior, not able to find the reason. ...

IE: ‘nodeType’ is null or not an object

I'm having this issue on my website in IE (6,7,8): ‘nodeType’ is null or not an object The error refers to "f.nodeType" property. Basically f is undefined, so the issue is before, but I cannot fix it. (from IE developer toolbar debug it appears to be this line that is throwing the error) (autocolumn.min.js line 13 expanded below f...

Where does Internet Explorer store saved passwords?

Where does Internet Explorer store saved passwords? And since this is a programming site, i'm not literally asking for the location where IE stores passwords, but which API ie uses to save passwords. At first i assumed that Microsoft was using the standard api: CredRead CredWrite which is used to save domain and generic program/web...

ActiveX control not accessing filesystem when page is generated programmatically

We are working on using a 3rd party's ActiveX control within a web page. Our page includes JavaScript to access and manipulate the control. Part of the control's functionality requires it to access files on the local filesystem. If we generate the page programmatically, this functionality fails - the ActiveX control appears unable to ...

Links in drop-down menu not working in IE

The links in the "on sale" section of each of the top tab drop-downs on this website do not work at all in IE. Any ideas? ...

Internet Explorer generates extra br

I have an issue where Internet Explorer is generating an additional br element that is not in my source. The additional br effects the page's layout and is visible when using the developer tool. I've tried removing all hard returns between the surrounding elements but the additional br persists. Firefox and Chrome do not have this issue....

IE showing image (png) larger than actual size. Firefox displays it correctly.

I have png images showing larger than their real dimensions in IE8. the img tag doesn't have width & height attributes. The images look fine in Firefox. Is this an issue with IE? ...

Unicode characters and IE

I just built a site that relies on certain Unicode characters like Ⓐ, but have just realized that IE doesn't show these characters? Is there some meta tag to get the browser to show it or how do you update IE to handle these Unicode characters? ...

stars and slideshow input not working in IE browsers

http://ratingscorner.com/product_rating.php?alias=Rashtreeya-Vidyalaya-College-of-Engineering-Mysore-Road-Bangalore&product=colleges I have a page like this .this works very well in all browsers, but not in IE. problem in IE is that : 1. If you go to "your ratings" tab in second section. the stars and input are not clickable only...

IE sending through multiple unrequested requests for parent URL

We have a rather large/complex web site (so it's not easy to extract portions of it). The problem we're having is that IE6/7/8 (but 6 is the worst) are sending through multiple requests for the parent of a URL (which fails, a different point). As an example, if you visited (dummy domain name obviously): http://www.example.com/view/eve...

Detecting the onload event of a window opened with window.open

window.popup = window.open($(this).attr('href'), 'Ad', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); $(window.popup).onload = function() { alert("Popup has loaded a page"); }; This doesn't work in any browser I've tried it with (IE, Firefox, Chrome). How can I detect when a page is load...

GWT in IE8 - Exception thrown and not caught

Hi all, I have posted this on the Google Web Toolkit Discussion Group but hopefully you guys can help me. I have built a GWT application which runs perfectly in Firefox and Chrome. When attempting to load it up in Internet Explorer 8 I get the error from one of my generated cache.html files: Line: 408 Char: 12 Error: Exception thrown ...

is the jQuery function "change()" working in IE ?

is the jQuery function "change()" working in IE ? I usually use it to detect changes in forms (select/unselect check boxes), and submit them automatically without having to click on submit button (which is hided). i.e. $("#views-exposed-form-Portfolio-page-1").change(function(){ $("#views-exposed-form-Portfolio-page-1").submit...

Websites that archive cross-browser, cross-platform css/js bugs?

I'm about to develop my own browser inconsistency/bug compendium site but I'm wondering if I really need to - can we get a wiki of sites that do this already? I'm aware of a lot of them but I hope I'm not missing out on some major ones. I wanted mine to be more intuitive and social-like for most people, powered by tags and screenshots a...

z index background issue in IE

I have a jQuery tools scroller set up with controls managing two separate divs of info - one images, the other related text that needs to sit over the top of the images with a transparent bg image. I am using z-indexing to achieve this and am aware of IE's issues with this but am unable to sort it (tested in IE6-8). Image of the issue be...

Disabling Export to MS Excel option on right click in browser using Javascript.

Hi guys, Is there any javascript to disable "export to microsoft excel option" on right click in browser. though it can be done using web.config, but there is this need to do it using js. TIA Bibhu ...