In our (quite large and old) ASP.NET application we use a lot of pages loaded into frames, iframes, and modal dialogs (using window.showModalDialog). We are starting to see the error above quite a bit, and I can't seem to find a single rational explanation for it anywhere.
Popup Blockers. Nope. We're not running them. Not even the buil...
I wrote some jQuery code to .hide() an <option> element in a select dropdown. .hide() is what I want, because later I can call .show() and the options will not need to be resorted, since the now visible option element will not have changed positions.
.hide() worked great in FF/Chrome, but not in IE6/7/8. So my thought was to write mor...
I'm looking to develop a simple excel plugin that sends data from Excel to a web site and then displays that web site inside excel (presumably with IE). Can anyone point me resources that might be helpful?
...
I have a set of tabbed divs that I am hiding and showing with jQuery hide() and show(), this works great in all browsers except IE where the tabbed elements that have been hidden, when shown, are not clickable as links, or focusable/selectable as form select, text field, etc.
Has anybody had experience with this? Is there some sort of r...
I friends I want to test my site on different version of IE on mac, is there any software for that ?
...
Situation: Playing Youtube video (flash) on site + thumbnails with a hover effect.
Problem: Hover results in the freeze of the Youtube Video when using Internet Explorer 8 (hover and flash works fine in all Webkit browsers & Firefox.)
Example: http://listandplay.com/hover/#Search~waka%20waka~~
I've tried to debug the problem with prof...
Hello,
I want to override internet explorer download manager function. I've managed to implement IDownloadManager interface in c# and registered COM, so that i can catch the download event and perform custom action.
I also have existing download manager application.
My concern is whether the IDownloadManager implementation should be par...
It seems propertychange events are ignored when a field is disabled. Is there a way to run code when the value changes?
<input id="country" onpropertychange="alert(country.value)" disabled="disabled"/>
<input type="button" onclick="country.value='USA'" value="Go" />
...
Hi,
I have an ActiveX that deploys some application on the client machine and starts it.
When using NTLM on the IIS, the authentication with the web server done by IE and there is no problem to download files (I'm using URL Monikers API) but when an ActiveX starts the application (application also needs an access to the server) there is...
I would like to check screen of my website on IE7 and IE8.
I have try to search on many website and I found IETester program follow this website. But it's not work for my website.
So, how do I use other programs or other solution to run IE7 and IE8 on the same PC?
...
When I look at the source code for a webpage that has been rendered by Skype's Internet Explorer add on, I find that their custom html-element is a SPAN element with a specific attribute, "skypeaction" that is set to "dropdown" - this is, I suppose, to be able to open a dropdown menu when the user clicks on that element.
Apart from this...
i have function that changes background color of element and src of image.
in opera and firefox background changes while image is loading, in ie background changes when image is loaded.
so if there any way to change bg in ie before image has not been loaded?
...
I have problem with jCaret plugin in IE.
jCaret downloads
I want to get the caret position inside a textarea.
My code looks like this:
$('.myTextArea').click(function(){
var myCaretPos = $(this).caret().end;
});
The problem in IE is that I only get correct result if the textarea is only one line, but if there are more than on...
http://www.radikalgenc.com/bulten/ekim.htm this is a monthly newsletter. but it does not appear fine on mozilla, how can i fix this issue?
...
Hi all!
I've got a strange bug, well, MSIE does.
Seems it is failing on all major MSIE versions: 6, 7, 8 and 9 (!)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" ><head><title>test</tit...
i have this website ( http://iranww.com/msazan/index.php ) with a flash logo which in firefox is displayed perfect.
The problem is in IE which it seems to shrink it.
Can anybody help me psl.
...
I am having tough time finding out what CSS property to change to get my page working in IE7.
Page is here
It works fine in Firefox, Chrome, IE8 but not in IE7 (maybe IE6) as well.
Notice that navigation menu goes up and #header that contains logo shrinks to a small size...
/hate IE/
...
I have the following simple XSL style sheet:
<?xml version="1.0" encoding="windows-1252"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml" version="1.0">
<xsl:output encoding="utf-8" method="html" />
<xsl:template match="/">
<xsl:text disable-output-escaping="yes">
<...
Hi,
We use IWebBrowser2 to display web pages but it seems to not able to see the same cookies as normal IE sees.
For example, if I log in Facebook in IE and check on Remember Me, the next time I open IE and go to Facebook then I will still stay logged in.
However, if I use IWebBrowser2 to go to Facebook, I am not logged in anymore.
I...
Hi
I have problem need to solved with Regex
If i am using Firefox or IE8 javascript will generate this code which is what I really want.
<div style="visibility: hidden;" id="wizardId1">1001</div><div style="visibility: hidden;" id="wizardId2">1002</div>
However with IE7 it will generate diferently to be
<DIV id=wizardId1 style="VI...