deleterow ie8 problem
When I delete the first row in a html table, IE8 leaves a blank line at the end of the table (after the footer). I use the method: objTable.deleteRow(objRow.rowIndex); My table uses the tag elements: thead, tbody, tfoot. ...
When I delete the first row in a html table, IE8 leaves a blank line at the end of the table (after the footer). I use the method: objTable.deleteRow(objRow.rowIndex); My table uses the tag elements: thead, tbody, tfoot. ...
We recently switched our webapp to use SSL at the request of a very large client. We complied and everything went smooth until my IE users started emailing support about not seeing our flash graphs (XML/SWF Charts: www.maani.us/xml_charts/) In IE8 it prompts that insecure content is being delivered, we fixed this issue by changing the f...
I have written a web app that requires IE version 8 (or higher presumably). If I run IE8 on a clean windows install on a VM it reports 'MSIE 8.0' as a user agent when queried with navigator.userAgent in javascript. But on a colleagues windows 7 machine his IE reports version 8 in the Help|About window, but the user agent string is 'MSIE ...
I'm trying to debug my app using MSIE Developer Toolbar in IE8, but I also need to see how does it work in IE7. It's feature of browser and document switching comes handy in this case, the problem is that whenever I hit refresh button (in dev.toolbar, not browser) to reload DOM and CSS information (because they're dynamic and not refresh...
I've seen several articles on how wininet can force a web browser control to start a new session (the equivalence of opening IE, going to File and then clicking New Session). Is this correct or am I misunderstanding? If it is possible, could someone point me in the direction of the reference material(s) that could get me started with it...
I've been fighting against IE8's compatibility mode all day and I'm about to chuck a brick at it. I have some code, which uses jquery 1.2 (yes it's old - can't change that), to search for some records in our web app. The results of the search can be clicked on to view the contents of the record (by using .animate() it opens a space und...
Hi all, I'm having an issue with IE8 (nothing new there). The error I'm getting is not making much sense as it does not occur on FF or Chrome. Here's the code: function remComp(id, trade) { $.ajax({ url: "functions/removePriceSurveyComparison.php", type: "POST", async: true, ...
Hey guys, I am trying to make a magnifying glass background when the use hovers over an image that can be enlarged. This is using a blank span and setting its display to none until it is hovered, and having its background be a semi-transparent png with a magnifying glass in the center. This is done using fadeIn / fadeOut and works perf...
I'm getting this error in IE8: Page Error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5;. NET CLR 1.1.4322;. NET CLR 2.0.50727;. NET CLR 3.0.04506.30;. NET CLR 3.0.4506.2152;. NET CLR 3.5.30729;. NET4.0C) Timestamp: Wed, 1 Sep 2010 11:15:04 UTC Message: Object does not support this propert...
problem with IE which removes new lines from $("#content").text() HTML Code <div id="content"> <p>hello world</p> <p>this is a paragraph</p> </div> jQuery Code alert($("#content").text()); result (IE) IE removes new line (\n) how can i fix this problem ? hello worldthis is a paragraph result (FF) hello world this is a paragra...
Strange problem here... UPDATE After adding a lot more server side debugging, I found that handleLookupButton($("#select-circuit").val()); and handleLookupButton($(this).text()); both do call the ajax function with the same values. The problem is that handleLookupButton($("#select-circuit").val()); does not wait around for the serve...
Dear all, I have a weird problem with IE8 while using fancybox and gmap together. Firefox and Safari work fine. I load a map in an iframe that is then opened with fancybox. <iframe src="path/gmap.php?mapId=1" width="300" height="300" scrolling="no" frameborder="0" frame="none"></iframe> On the map, you can see a polygon. If you loo...
Hi, I have a pseudo-gallery set up to display thumbnails and display enlarged image when hovered on thumbnails. The enlarged image is positioned relative to its parent thumbnail. This works in Google chrome and Mozilla Firefox but not in IE8. I have done some research with no progress on the matter. In IE8, both thumbnail and enlarged...
I mean, Firefox, Opera, Safari, Chrome, and basically every browser instead of IE has a single 'last build' version which can be updated-to from the browser itself, why does IE need to have IE6, IE7, IE8 coexisting, instead of providing an updater so everyone uses the same version (ideally IE8), which doesn't have as many problems as fo...
We have an existing certificate issuing application (C#, ASP.NET, JavaScript) that issues certificates to Windows XP users using XenRoll in IE. I need to extend this to support Windows Vista and Windows 7 users, also using IE. For Vista and 7, Microsoft replaced the XenRoll ActiveX controll with the new CertEnroll control. I've got this...
The below function works fine on opera, firefox and chrome. However in IE8 it fails on if ( allowed.indexOf(ext[1]) == -1) part. Does anyone know why? Is there any obvious mistake? function CheckMe() { var allowed = new Array('docx','xls','xlsx', 'mp3', 'mp4', '3gp', 'sis', 'sisx', 'mp3', 'wav', 'mid', 'amr', 'jpg', 'gif', 'png', '...
No, this is not a send me teh codez request. I am writing a small utility for my own amusement. In this regard, I need the utility to read the URL from the visible/active tab on any of the three browsers (Firefox, IE, Chrome) that are currently open, and then go off and do something with that URL. I am assuming I'll need to PInvoke for...
http://www.the900number.com/news In ie8 the hover state for the nav happens when you mouse over a nav item and then mouse off of it– As opposed to hover state firing when you actually put the mouse over the item. It works great in IE7 so I'm not sure what's wrong with IE8 and how it's viewing the box model. Any insight is very much app...
We have an internal website for document management. When you choose to open a document, it run the following script to open the file: <a href="javascript:opendokument('P:\\01\\2-010-01.doc')">012-010-01</a> <SCRIPT language=javascript> function opendokument(dokument){ var objAppl; try{ objAppl = GetObject("","Word.Applicatio...
I'm trying to debug an issue that only seems to occur in IE 7 and 8, and the debugger's console is being utterly useless. Any time I type in an expression that results in an object it just prints "{...}" to the console. I need to inspect the returned object, but it gives me no easy way to do so. Is there any way to get this to behave ...