Click here to Skip to main content
Page 1 of 2
Page Size: 10 · 25 · 50


Tag filtered by:  IE8 [x]
Tip/Trick 10 May 2013   license: CPOL
A simple Registry change will enable IE to display JSON responses.
Question 6 May 2013   license: CPOL
Hi!I'm using google map API to design a "earthquake map". So far, so good.The map displays nicely in Firefox and Chrome but raises a error in IE8:Webpage error detailsUser Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR...
Answer 2 May 2013   license: CPOL
I think problem is of cookie clearence. I suggest you should append some unique id to your image name like datetime which creates unique image name each time page refreshes and browser cookie gets updated and you should see new image. Rest you can google regarding this......
Answer 1 May 2013   license: CPOL
See Clear-Your-Browser's-Cache[^]NOTE: for client side:Javascript's reload() is supposed to accept an argument which tells it to do a hard reload, ie, ignoring the cache:location.reload(true);I can't vouch for its reliability, you may want to investigate this...
Question 1 May 2013   license: CPOL
how do i clear the image cache after editing an image on my site?When Iam updating an image it update successfully but i still see the old image .I don't see the new image until I press ctrl+f5(in IE).. but its works fine in firefox....Is any solution.....?
Question 30 Apr 2013   license: CPOL
Hi, I am creating CDATA section as a child node. I have seen below mentioned behavior with Firefox, IE8,9, and 10Using below codeif (window.DOMParser) xmlDoc = domParser.parseFromString(xmltext, "text/xml"); else //IE xmlDoc.loadXML(strXML); var elem=...
Question 19 Apr 2013   license: CPOL
hope it makes sense:I have situation something like below. Two radio button with onactivate,ondeactivate,onlclick event. For simplicity i mention it as below but in actual code the entire DOM is construction using Javascript and at various points these events are attached.
Question 18 Apr 2013   license: CPOL
How to fixed the application rendering without check the compatibility view in IE8?Currently the application doesn't works well in IE 8 if the View Compatibility is not enable.Any recommendation/setup?
Answer 18 Apr 2013   license: CPOL
Hi,below links may help you.How to set IE9 compatibility view by programatically[^]How to disable Compatibility View in IE[^]How to forcefully set IE's Compatibility Mode off from the server-side?[^]hope it helps.
Question 18 Apr 2013   license: CPOL
IE 8:I am unable to print image from canvas.http://makemydesign.com/demo/createdesign/designow-3.html Click View Image is working in all other browsers but not in IE 8.I have used the code below for it:document.getElementById(' viewImageDownload').onclick = function()...
Answer 9 Apr 2013   license: CPOL
First of all, this is a good thing. "Quirk mode" and other lame must die. But you should support all major browsers, not just IE. As I just said, remove all incompatibilities and do everything according to W3 standards, but you design should only depend on the features surely implemented on all...
Question 9 Apr 2013   license: CPOL
one of my webpage has issue rendering in IE8 standard.It is rendering fine in IE9 standard, IE 5 quirks mode. Issue is I am creating around 8 span elements in JS which is rendering properly in IE9 standard but in IE8 standard they are not visible but i verified in Developers tool that they...
Answer 26 Mar 2013   license: CPOL
I don't think you can do anything about it.Are you sure you really detected the leak? How? Not all methods are reliable. Anyway, if you do have a leak, you cannot prevent it. All complains go to Microsoft :-(—SA
Question 26 Mar 2013   license: CPOL
I found a memory leak in the following code (the else block) if (browser == "Microsoft Internet Explorer"){ if (vers
Question 22 Mar 2013   license: CPOL
var node = this.doc.createElement("span"); node.setAttribute("id","123"); node.setAttribute("title", "sample"); node.addEventListener('mouseover', ev_onMouseOver, false); ----FFnode.attachEvent("onmouseover", ev_onMouseOver); ---- For IE
Answer 7 Feb 2013   license: CPOL
Options:1. Retrieve and Display no more than 50 rows at a time to improve performance and allow the user to click "Next" to view more.2. Allow the user to navigate to a section of the data via a search and then retrieve and display only rows that meet the selection criteria.3....
Question 6 Feb 2013   license: CPOL
Hi Recently i have installed wildcard security certificate on IIS and done hhtps binding to the website.Now when i try to acess the wesbite from client browser always showing certificate error Is there some thing to be done at IIS or IE to avoid this error.
Question 5 Feb 2013   license: CPOL
Hi,My client provides vpn access to their resources via Citrix. They have hosted IE6 and IE8 applications on their servers. I need an option to add a command to the hosted IE8.Scenario: I use the hosted IE8 to test fixes on their development/UAT and staging environments. I use the IE8 on...
IE8
Question 31 Jan 2013   license: CPOL
How can I make IE allow cookies to be read/write in my code?What is with P3P policy? what's the use of P3P in http header?certain pages that use cookies to process are not getting opened, how can I make IE to permit pages to use cookies ..?Is P3P here to solve this issue?I...
Question 31 Jan 2013   license: CPOL
I have ASP.NET/MVC/Jquery web project. In One of the pages, a partial view will be rendered on a click of a button in the main page. This partial page have a table with more than 1000 rows with a text box in one column in each row.I have a kind of performance issue when I type in the text...
Question 20 Jan 2013   license: CPOL
First of all let me thank you for this wonderful article, which gave insight to the BHO and its functionality. My aim is to create a BHO which can insert a div to the page and thereby hold an iframe. Based on the article I created an IEplugin using VS 2010 , C#, IE8. Plugins are properly...
Question 18 Nov 2012   license: CPOL
Here's a sample code:function on_iframe_load() { document.getElementById('iframe_a').onload = function() { alert('Thanks for the visit!'); };}
Answer 18 Nov 2012   license: CPOL
try contentWindowdocument.getElementById('iframe_a').contentWindow.onload = function() { alert('Thanks for the visit!'); };
Answer 6 Nov 2012   license: CPOL
Here, it explains the logic of what you are trying to do: Page loading time script[^] Something like:Copy and paste the code below after in a script tag var d = new Date(); var starttime = d.getTime(); //Get the start timeNow find and paste this code before ...
Question 6 Nov 2012   license: CPOL
To calculate page loading start time and complete load end time using some script or something like this in IE 8 ...
Question 12 Sep 2012   license: CPOL
i am using tidestone formula one activex to render reports in IE.this contol works fine In IE 7.0, the ‘copy’ from ActiveX control to clipboard was working fine but IE 8.0 onwards, it’s not working."unable to open clipboard" is the error message is returned in IE 8.I have tried out all...
Question 4 Sep 2012   license: CPOL
var sessionID = getQuerystring('SessionID'); var cookieSessionID = getCookie('session'); var validNavigation = false; function endSession() { setCookie('session', sessionID, 1); var cookieSU =...
Answer 19 Aug 2012   license: CPOL
Google [^]seem to have a lot of suggestions/solutions for this type of problem. Did you try to look at?P.S. : Instead of playing and tweaking the registry permissions, I would rather geth Administrator privilage on this system which is very usual for a developer to have.
Question 19 Aug 2012   license: CPOL
Hi,, I m getting the following msg when i go in IE tools & then click Internet option,at click on internet options i get "This operation has been canceled due to restrictions in effect on this computer. Please contact your system administrator."How could I resolved...
Question 17 Jun 2012   license: CPOL
Hi, I have a small web application - which display the records in the popup window(displays PDF).Now, in windows xp the popup window displays the pdf correctly. but in the windows7 using ie8 it is displaying Grey screen. My web application will be invoked from an exe...
Answer 29 May 2012   license: CPOL
Hi there,Answer: You can't. This feature is a part of the windows control, not of the HTML specification. I'm not even sure you can change this on your PC at all, let alone through the browser. I can see why you may want to change this but if you need to so badly you should rethink your...
Question 29 May 2012   license: CPOL
I'm looking for specification of IE8.But I didn't found it anywhere.Please tell me the dropdownlist(select & option control in HTML) of ASP.NET can change the interval which recognize as series of inputting by keyboard.Typing 111 quickly, 111 is chosen. but slowly , it's only chosen...
Answer 20 Mar 2012   license: CPOL
IE spawns off new instances of iexplore.exe for new tabs and they do not all share the same session or cookie information.
Question 18 Mar 2012   license: CPOL
function doSend(formTag,linkurl,func){ var msg=""; var reciver="";  var postData=""; var inputTag = formTag.all.tags("input"); for (i=0;i
Question 6 Mar 2012   license: CPOL
How do i check for domain cookies in IE8/IE9 programatically using a C# built toolbar?I'm trying to check if the user is logged in on my site when he navigates there, using a site specific toolbar that i coded using C#.When the user logs in on the website, a cookie is created.
Question 2 Mar 2012   license: CPOL
Dear Sir,what is the problem in internet explorer for insert new records not display...now i clear the cookie and history files from IE then display otherwise it will not display.please how to solve this problem using c#,JavaScript,Asp.net,By mohan.Other browser are working...
Question 27 Feb 2012   license: CPOL
hi,i need an information about creation of IE plug-in in c# and which takes the url from active IE tab and checks whether the given url geeting 404 error or not?
Answer 8 Dec 2011   license: CPOL
Hm! It just tried it, it's true! My idea was to try jQuery. As I thought, the equivalent solution with jQuery worked correctly:$(fname).removeClass('txt');$(spfname).removeClass('error-span');$(fname).addClass('success');$(spfname).addClass('success-span');Please try it —...
Question 7 Dec 2011   license: CPOL
Hello everybody I want to make my website faster so, i have decided to use Javascript validation.I have created javascript validation. Validations are working properly in Firefox and chrome but it is not working in IE.For e.g spfname.innerHTML = '
Question 1 Dec 2011   license: CPOL
When I open 20+ tabs in one ie8 window, my website loses its cookies (which i am using to mange log in for my website) and i need to login again in the website. If I will click another link in the website it will redirect me to the login page again. This behaviour is very random like sometimes...
Answer 24 Nov 2011   license: CPOL
It could be anything!If it is happening on many sites, and many browsers, then it is likely to be related to your PC.Try these things:1) Re-boot your PC.2) Try on a different PC.3) Is it one site? Or a related group of sites? Or many?4) Can you see other images? On all sites, and...
Question 24 Nov 2011   license: CPOL
Hi every one!I have a problem when register account with some Website. The problem is that I can't view the security image. I have tried on Firefox8, IE8, and Opera11. But still can't view.What could be the problem with this?How to solve it?Thanks!
Answer 11 Oct 2011   license: CPOL
I hope this weill help.http://msdn.microsoft.com/en-us/library/dd565659(v=vs.85).aspx[^]
Question 11 Oct 2011   license: CPOL
I'm using ShellWindows. It does not work with Protected Mode enabled. So I want to turn it off (by setting registry value, for example).Or anyone know how to bypass Protected Mode ?
Question 22 Sep 2011   license: CPOL
I'm developing an addon for IE8+.Main function:- when I click the toolbar, it will display a box inside every single page, ex: google.com, bing.com, codeproject.com... by using execScript to execute jQuery.Therefore, what Im doing is run javascript in the current page.Everything has...
Question 17 Aug 2011   license: CPOL
Hello,I have searched online quite a bit about this but still cannot find a solution.I have an ASP.NET web application in an Iframe on a parent website. In IE7/8 only when selecting the back button at any point, it redirects to outside of the parent site, to the link that the iframe is...
Answer 12 Jul 2011   license: CPOL
What if the form is not invisible ? If it works then, then you could have a problem with what you're trying to do. What if you make it visible, but position it off the visible screen area ?

Page 1 of 2
1 2


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid