I am working on a tool that accepts an html string, downloads any images found in the code and replaces the image sources with the new local urls. When an image source redirects to another url, I get an access denied error on the request for it:
msxml3.dll error '80070005'
Access is denied.
(i.e. Original URL is: http://ads.cpafuel....
This is an annoying ocurrance in IE when I use the jQuery slideToggle effect. Without the div being open, page looks normal. The minute I toggle the div open, it extends past the current content, overtop of the footer, and out of the viewable browser area (Even after scrolling all the way down).
This feature seems to work just fine in f...
wininet.dll exposes methods to Get and Set a cookie for Internet Explorer.
What's the best way to get a list of ALL cookies that are set for the current user in ALL domains from a windows forms application (.net). I'm sure I could read in the Temporary Internet Files folder, but I can't imagine there isn't a more robust way.
Thanks
...
On my company's website (www.dmacorporation.com we have a section on the first page that isn't displaying properly. The IDM Integrated Database Management System is appearing as fully justified, but it is supposed to be left justified. I have fixed a local copy to show up properly in other browsers by changing the in-page css to includ...
I have been developing an app to use jQuery's jqGrid plugin, and I thought I had it all wrapped up until I tried to view the grid in IE. In IE, the grid appears with a much larger height in the .ui-jqgrid-view div, but the data itself stays at a smaller size and displays at the bottom of the container div (.ui-jqgrid-view). I need to g...
Hi Guys,
Has anybody here come across a good tutorial or a reference on VML?
...
Hi,
There are many tables in my HTML page.
When a user hovers on a table, it should be automatically selected(onmouseover event) so that the user can copy(Ctrl+v) it to clipboard.
I searched for a way in stackoverflow and ended up with the following code.
But it only works in Firefox (window.getSelection() doesn't work in IE).
How can I...
hi, this is preview of my code>
sel_font = ...some number...
Editor.execCommand("FontSize", false, sel_font);
i want to change fontsize of selected text. in firefox is everything ok, but in internet explorer i can change fontsize only to some limited size, bigger numbers are not working.
has explorer some restrictions to fontsize, wh...
I would like to ask if Internet Explorer in QuirksMode has a different JavaScript implementation than IE in a normal mode (when doctype is correctly defined).
Is it possible that a JavaScript code will behave in a different way in QuirksMode and in normal IE mode?
...
I have a legacy application that, at some point, generates the following code in one of its pages:
window.location.href = "http://localhost:8080/myApplication/manuals/charts.xls";
When Mozilla sees this, it opens a download dialog with "open with...\save as..." options.
IE (v7 and v8) does not open a dialog. It takes the file and jus...
In IE6 and IE7 my fadeTo is just flickering... I'm fading a background image on a div, and I'm fading an img that rests inside that div.
The idea is to make it look like its fading from one color to the other.
I would love to post my code here but this site's code preview tool is broken to all hell every time I paste it in there the fo...
So I'm developing a site and trying to troubleshoot several different browsers and I noticed when I run through my site in IE8 Standards mode sometimes it kicks me out and forces me to goto into IE8 Compatibility mode.
I was wondering if there was any kind of log that this created so I can track down why it did this.
...
Hey All,
I recently designed a site in Drupal and it is perfect in FireFox and Safari, but wont' display correctly in IE6 or IE7.
The site might be NSFW, but it's just a Pickup Artist Website:
http://bradp.com.
Could someone point me in the right direction of what to fix? I'd be very grateful.
Thanks,
Nick
...
I'm receiving a script error in IE:
Line: 59
Char: 71
Error: Expected identifier, string, or number
Code: 0
Line 59, character 71 don't seem to actually correspond to my code. It doesn't even say what file, but I've looked at my main javascript file, viewing the page source, etc.
This has happened to me before and I've looked aroun...
I have a table with some of the rows starting off hidden (display:none) and I'm using jQuery to show them. I've gathered from Firebug that jQuery detects that they're table rows and sets them to display:table-row rather than block.
However, IE6 (and I think 7, too) doesn't support table-row, so does jQuery do something different for tho...
Hello everybody,
When my website is in fullscreen mode (with IE8), the window.focus() javascript command doesn' work.
Do you have a fix for my problem?
I tried to put a window.blur() before, without success.
Thank you!
Nicolas
...
Inspecting the image in IE8 shows that it's being rendered - but with:
height: 0;
width: 0;
I can remember coming across this problem before and fixing it - but i can't for the life of me remember how!
Any ideas?
...
I have a C++ application that embeds Internet Explorer as a WebBrowser control.
The content I show in that control relies on JavaScript being enabled, but if the user has disabled JavaScript in their Internet Explorer security settings, it's disabled in my embedded control as well.
How can I ensure that JavaScript is enabled for my emb...
I'm maintaining a web page and need to fix a very weird behavior under IE. The page has a table that displays a menu for each cell as the mouse moves over. Everything runs fine as long as you have the browser window 800px height at least. If you browse this page with Chrome, Opera or Firefox and the browser's window height is smaller tha...
I just got a requirement to emmbed an IE control into a form, and the user wants to get access to all the browser histories.
I think the history manager in IE will do this, so how can I emmbed the history manager into my control?
Or can I read the history information, put it in a ListView and handle it myself?
Thanks
...