internet-explorer

Debugging lightbox ul for ie6

Hi, I have completely debugged my site except for one page: http://hqinternetsolutions.com/fullservice/movies.html The li's do not appear correctly in ie 6 or 7, but work fine in the other browsers. The html is very simple: ul li and the anchor tags. The css is also simple: #moviegrid{ width:560px; margin:20px auto; heigh...

modifying select with DOM

hey, I've found some results for this on google but nothing satisfying so I was hoping someone here might know. It seems as though populating a select element using innerHTML does not work in IE I have set up a file that does nothing but that and it works with everything but IE, here's the code in case anyone cares: <html> <head></hea...

Sometimes heading doesn't render in IE7

This is strange... I have some files where one of my headings seems to randomly render or not render. This makes debugging difficult... Check out this page first. You should see the word "Synopsis" in green above the main text. Sometimes it's missing, but only in IE7 (I have not tested this in IE8). If you then browse around using the...

Application Crahses in IE 6.. (c0000005 - access violation Error)

Hi, I have got a serious problem running our web app in some machines.. machines installed IE 6 crahsed viewing particular page(even before page is started loading). But this works fine on all the machines installed IE 7 & IE 8. I have created the crash dumb using the dr watson utility.. it logs the following error msg. seems there ...

Cookie Blocked popup in IE

I have a website hosted in a server named msa_inst_server. In my login page ,after user enter the username,i will check whether cookies are available or not,But when i access the login page in IE 6.0 in one machine in the local network,I am getting a pop up saying that I have added the site to trusted zone,changed the settings to all...

fullcalendar javascript issue - its not showing the events in IE?

On my team website: http://www.berzerkers.org, head over to the Schedule. The calendar is supposed to have a few events listed - it works fine in Firefox, Chrome and Safari - but not in IE...what is the issue? I don't know what to do. Any help would be greatly appreciated! :) ...

What is Microsoft up to next with Internet Explorer?

Hi, Just working away with CSS/HTML and wondering when I might "hope" to see a new IE or increased support for CSS3 and HTML5. I can't find anything about futher developments on Trident/IE apart from the mention of the Gazzelle Can anyone point me to somewhere with information on the continued development of Internet Explorer, post the...

How do I filter FindFirstUrlCacheEntry()?

I have studied the documentation on MSDN, but it doesn't work for me, I am wondering what I'm doing wrong? My code is as follows, I am trying to filter my IE cache, for example, to get only the cookies: #include <stdio.h> #include <stdlib.h> #include <windows.h> #include <wininet.h> int main(void) { DWORD dwEntrySize; DWORD dw...

JQuery show() is delayed in Internet Explorer/Chrome

I have a "processing..." div overlay that I show with $('').show() prior to making ajax calls and hide on completion. The problem I'm running into is that if I want to show the div and then make several ajax calls prior to hiding the div again it seems to queue the events in Internet Explorer (7) and Chrome (2.0.172.39), but I get the e...

How to auto update users IE browser bookmarks when changing a site's url?

I have a user base that is forced to use IE 7. I have created a web site that will be getting a new URL. Is there a way to force a bookmark to update to point to the new URL when a user hits the old site via a bookmark in IE? ...

HTTP 500 error on IE7

For my development environment I recently moved to PHP 5.3 w/ fastCGI on IIS from php 5.2 w/ ISAPI on IIS and when I have an error (such as function name is incorrect) I'm used to PHP reporting back FATAL ERROR etc... to the browser. Intermittently instead of receiving the error I receive a HTTP 500. If browsing with firefox this does ...

Debugging an IE(7) plugin (BHO)

When I start debugging my IE7 BHO, I often have a strange case where IE 'hangs' and doesn't load its homepage for at least 3min (and probably never). IE itself is responsive (menus, min/max, close etc.) but even attempting to navigate also gives infinite load times. This happens in debug mode via VS2008, but not in release mode when the...

Links not appearing in IE or Opera.

I have tested my website on Safari and Firefox on both PC and Mac and the links work fine. However, my links show up as just plain text on Internet Explorer and Opera. What am I doing wrong? This is my header where my links are contained. It is on several of my pages. The original website is t h e p i c k l e . t k I spaced inbetween all...

HTML video player IE / FF

How can you display a video (mpeg or avi) with controls (play, stop, fullscreen) in both internet explorer 7 and up and firefox 3.0 and up. A lot of the examples online only works for one of the other. And I can't seem to find one that does it all. Constraints : I dont want a solution which needs me to export my videos to youtube or ...

Where does Internet Explorer stores its form data history that is uses for auto completion?

Where does Internet Explorer stores its form data history that is uses for auto completion? I need to make a tool the cleans IE form data. Is there an API for this? Or what are the registry keys? Thanks. ...

Form-submit fails in IE6/7 , works fine in FF3 and Chrome

Hi, Since last weekend there is a problem logging in on our vendor site with IE only. In FF3 and Chrome it works fine. This is a simple ASP.NET (1.1) site using the following code for the login button: <asp:button id="btnLogin" runat="server" CssClass="dll-button" Text="Login"> </asp:button> In HTML this is converted to <input typ...

Blur Event Does not get Fired in IE7 and IE6

I have a dropdown Menu where in a div is clicked and List is shown. On focus out I am supposed to hide the list(i.e. when the user clicks or focuses on some other element and not on mouse out) Hence my obvious choice was 'onblur' . Now the javascript seems to work in firefox but not in IE thats because my div has a sub div with a hei...

Hidden DIV with flash won't show with jQuery

I have a hidden div which is faded in using jquery when the user clicks a button. There is flash movie that is loaded into the div and will show and play in all major browsers except IE. If the div is not hidden the flash will load and play fine. Can anyone explain to me the problem? ...

GetHostByAddr() win32

Hi All, I am giving an IP Address : 64.78.58.91 and i would like to retrieve the hostname using GetHostByAddr() win32 API. Instead of returning www.ripcode.com it returns intermedia.net I would expect to get www.ripcode.com Can you suggest a Different API which could solve this problem. Thanks in Advance Best Regards, Suren ...

IE7 Drag and Drop links to TextArea

Why in IE7 does it prohibit me from dragging URL's/images links...etc into a TextArea? This does not work: In IE go to Tools > Internet Options > Security Select Internet from the list of Zones and click the Custom level... button. Scroll down to the Miscellaneous section and look for Drag and drop or copy and paste files. Make sure...