internet explorer cache location
Where is cache for IE for current user located? ...
Where is cache for IE for current user located? ...
I am trying to print invoice. But top whatever i do to setting margins, it doesn't fit on paper. Do you have any idea to get print out invoice to continues form ? PS. I am coding with ASP.NET and printing out by IE7 ...
I have a rails application deployed that works fine in Safari, Firefox, and Opera. However, when I try and login from Internet Explorer 6+, I get taken to the correct page but nothing shows up. The source says everything is there, but the page is just blank. When I hit refresh everything works normally. Anyone have experience with this? ...
I can't seem to find an answer to this anywhere. It's well known that certain versions of IE6 and earlier incorrectly declare they accept gzip encoding. Does ob_gzhandler correctly detect these versions or do you need to do that separately? ...
so i heard that XHTML is not supported by IE and so it is treated as HTML 4.01 any way, but still many people still use it... is that true? one example is that <div id="contentForAjax" /> in XHTML, it is self closing, but IE will treat it as not closing, and mess up later layout. ...
I'm looking for examples of processing.js working in Internet Explorer via ExplorerCanvas or similar. ...
Is there a way to take the current target of an event with ie 7 or 8? With other browser (firefox, opera, chrome etc.) we can use event.currentTarget or also we can use the 'this' kewyword to refer the object received the event. But in explorer we don't have currentTarget property and the 'this' refers to window object! So how can I d...
Disclaimer: As it says in the title, this is targeted at Internet Explorer only. That's a perk of doing internal development - it makes life a little easier when dealing with stuff like this. Disclaimer 2: I can reproduce this in IE7 and IE6. I have not tried IE8, as this is not available for us in our corporate environment. My goal is...
I have a long page and it should show the vertical scroll bar in IE but it doesn't. I can click on a button and the scroll bars appear then they disappear when the page is reloaded. Here is the css *{margin:0;padding:0} html, body, form{height:100%} body{position:relative;width:100%;}/*opera 9.5 fix*/ body { font-family:Trebuche...
for (var i = 0; i < 5; ++i) { var xhr; if (window.XMLHttpRequest) { xhr = new XMLHttpRequest(); } else if (window.ActiveXObject) { xhr = new ActiveXObject("Msxml2.XMLHTTP"); } xhr.open('GET', '/Test/LongOperation?p=' + new Date()); xhr.send(''); } This is only a demo (not live code) but it illustrates the core probl...
I'm an Ubuntu user, so I'm not knowledgeable of Internet Explorer. We have a javascript based drop down menu thingie using li's and ul's and all that. It works fine in FF and IE6. However not in IE7. It looks like IE7 doesn't call the onMouseOver function unless you go over the text in the middle, as opposed to the blank area between the...
Hello. Here's is the issue testcase. I have some textboxes (multiline, wrap=true) with watermark extenders attached. then I type a short world, then space, then long word (like 'short longgggggggggggggggggggggggggggggggggggggggg' that consumes more than line so that scrollbar appears) whenever I set focus to to another textbox, then s...
In the past, I've used the runas commandline to launch another instance if IE on a secondary account for testing, since our in-house web-app application uses windows authentication to identify a user. With the new multi-process model if IE8, this doesn't seem to work. Has anyone seen a workaround for it? ...
I give customers javscript code that adds a widget to their website. Currently I ask them to paste this right above the </body> tag: <script type="text/javascript"> var myHost = (("https:" == document.location.protocol) ? "https://" : "http://"); document.write(unescape("%3Cscript src='" + myHost + "www.mywebsite.com/mycode.js.php?u="+e...
Is it a way to stop IE to create a new instance everytime it encounters a popup window? I'm debugging two Silverlight applications at the same time. The first one creates new popup window with the second one. Debugging works fine in FireFox because it does not create a separate process. But IE creates new instance and of course Visual St...
I'm using IE 8 on Vista, and everytime I change a javascript file and then start debugging, I have to hit Ctrl+F5 to have it reload my javascript. Is there any way to make it automatically reload javascript when I start debugging, but not lose the performance gains when just browsing the net? Yeah yeah I know you probably don't like IE,...
Hi all, I've got a bit of a problem with my application using MSHTML. I have everything working except for the odd keystroke missing behavior when typing fast as mentioned in the subject line. I think it may have to do with the method I use to sink the events? The details: my application is a separate program written in C++ and MFC in V...
Hi I am having a strange problem with Internet Explorer not accepting my cookies. This is the cookie: set-cookie: USUSERNAME=LrceSVu6mUJ9Ztmvp4oKSQ%3D%3D; version="1"; expires=Mon, 15-Jun-2009 11:42:21 GMT; path=/; domain=.us.is It does not get stored for the domain dev-intranet.us.is or any other us.is domain. However setting the do...
Howdy, my website http://tweetMP.org.au uses SIFR to render the flash font h2 headings. If you compare the site between Firefox and IE7/8 you'll notice the headings are noticably smaller in IE (7 and 8 only - IE6 looks fine). Adjusting the font-size on my ie(7 and 8 specific css) does nothing. Any ideas why this is the case? -V ...
My page contains an image like in example below. Width of the image depends on browsers width and height is being changed authomaticly (something like ). This image looks nice after resizing in all browsers except IE (I've tested in IE7 and IE6). In IE image looks ugly. Some parts are thicker than should be and some parts are thinner. ...