internet-explorer-8

'var' is null or not an object

The code works fine in Firefox, but not in IE8. I'm getting an error: 'address' is null or not an object. Have been googling for days and couldn't get a clear answer on how to fix/debug this. Hope stackoverflow.com can help. var latlng = [ { address: new GLatLng(-6.1364941,106.8000411), marker0: myIcon0 }, { address: new GL...

IE document.ready() not triggered after ajax request

document.ready() not triggered after ajax request in IE but work a charm in FF and chrome. I have two files. First file(test.jsp) just has a submit button. onclick it loads from struts the second file(result.jsp). . the two files are test.jsp <html> <head> <script type="text/javascript" src="/js/jquery-1.2.6.min.js"/></script> <sc...

IE: how to trigger body's vertical scrollbar recalculation

I have a problem with a vertical scrollbar on a custom SharePoint list form in IE. After navigating to the add attachment window and returning back the vertical scrollbar goes over the lower edge of the window so that one cannot scroll to the very bottom of the form. Resizing the window fixes this problem so probably if I could to someh...

How can I add border radius and drop shadow for IE8?

Is there anyway to do this for IE8? -moz-box-shadow: 0px 0px 14px #585858; /* FF3.5+ */ -webkit-box-shadow: 0px 0px 14px #585858; /* Saf3.0+, Chrome */ box-shadow: 0px 0px 14px #585858; /* Opera 10.5, IE 9 */ -moz-border-radius: 6px; border-radius: 6px; ...

running Javascript through IE via PHP

I need to run a javascript code on server side using IE8 (the javascript works with activeX objects) But I need to run it from command line, from PHP. So in short, I will install apache + php on 2003 Windows server, and php will use system() to execute iexplore running a page of javascript. I would like to know if this is logically pos...

If I develop webpages to ie8 will they render correctly in ie6 ?

I have developer toolbar, any other tools I am missing ? I am not doing any fancy graphics/html 5. I have just been told I need to a support ie8; so want to know if I need to test in both, or just ie8. Have used ms superpreview, but this is only good for static sites - I am developig a large data driven jsp website. and as far as I c...

Incorrect vertical alignment in IE8

The default text in my search box looks fine in Chrome, FF, and Safari (vertical-align: middle). However, the default text rises to the top of the search box in IE 8. Is there a workaround for IE? Thanks for your help. HTML: <div class="search-form"> <form action="#"> <fieldset> <legend class="hidd...

Second request from Media Player in a web page

I have an ASP.NET web application where a Microsoft Media Player object on the page (in IE) is issuing a request for an .aspx web page. In the page I use TransmitFile to send back the audio file. This works fine most of the time. But, in some cases (a combination of IE version and a specific client, at least from what I can see) there...

on one PC with same IE8 version and same OS loads corectly web page on other get strange problem!!!

Can any one help to solve the problem with IE8 on my computer http://www.lifestyletelevision.tv/lstv2/ flash player loads us it should be, but on other computer same version IE8 on refreshing the same page flash player screen stays in same possition but content moves to the let possition... ...

Internet explorer sending cookies even though they are blocked?

I have a strange problem with an ASP.net website whereby we perform a cookie check to see if cookies are enabled and if not redirect users to a page on enabling cookies etc. This is working fine in all browsers except for Internet explorer, whereby I get past the page that performs the cookie check without this redirection. I attached th...

IE8 Bug?? Background image moves position

Hi Having a problem with IE8 which i have never noticed before. The problem is with this page here http://www.abnixsolutions.com/new.asp When first viewed it may look fine, but then click in the address bar and press enter the background image of the box and disc jumps into the header. Doesn't do this in any other browser, it's starti...

max-width on img-tag not working in IE8

Hey I have a strange problem. On a site that were currently building we have a gallery function throuh the jQuery plugin, Gallerific. The gallery opens in a modal window. What I need is to set a max width of the images to 765px. There fore I have set the max-width: 765px; in my CSS. I know i't not working in IE6 but I don't care. The s...

Text Editor very slow in IE8

I've comming up with a very strange problem when I try to test a page in IE7 and IE8. I have a page with an text editor which in IE8 the tipying is realy slow (the words appeared afterwards), but works fine in IE7 and IE8 compatible mode Does anyone know of any reason this could be happening? ...

popup window in ie8

Hi, in my webpage i have a button , that let me download an excel file(generated by php code). This part is called after clicing the button. <script type="text/javascript"> window.open('siem_xls_download_d.php?adatum=<?=$adatum?>&edatum=<?=$edatum?>&ir_qot_id_lang=<?=$ir_qot_id_lang?>', target="_top", "Zweitfenster","width=200,hei...

How can XSS be avoided in HTML downloads?

We have an internal web application that acts as a repository to which users can upload files. These files can be any format, including HTML pages. We have tested than in IE8, if you download an HTML file that contains some script that tries to access your cookies and, after downloading, you choose the "Open" option, the script execute...

Calling a custom FLASH method from IE7 & IE8

I am trying to call a custom method of an embedded flash like so: var flash = navigation_get_flash_movie_object('main'); if (flash) { flash.continentOut(id); } Which works great in Chrome ans Safari, but fails utterly in IE7 & IE8. The browsers throws an error that the object doesn't have such a metho...

IE performance for rendering huge html data

I have a few perl CGIs which almost query the whole table with more than 5000 rows as result and send that data to browsers. The size of html data generated is around 1MB. Earlier I was using tables(which should be ideal approach). Unfortunately most users use IE and it does not display data till it receives closing table tag. Can we d...

SVG in IE6/7/8, how to make the SVG element capture mouse event before the other HTML elements

I embed a SVG(with adobe svg viewer) in html and browse in IE, and I add mouse listener on the svg element, but I always catch the event after other HTML elements, how to make the SVG element capture mouse event at first in IE, so that I can decide whether to cancel the event <html> <head> <meta http-equiv="Content-Type" content...

IE8 Out of memory and "Object doesn't support this property or method"

Hello, I am using jqgrid for a website i am developing and can't seem to find the problems in ie8. In ff everything works fine, but in ie8 i get the "Out of memory at line 12" message followed by a list of "Object doesn't support this property or method" Here is the list with all the js files i include: <script src="js/jquery-1.4.2.m...

IE 8 Built in Export to Excel feature from an ASP.NET GridView

Hi, Using IE 8 there's an option to "Export to Excel" when you right click on a grid view. Within ASP.NET I'm filtering on varions columns and returning a smaller view of the data. If right click and "Export to Excel" I get the unfiltered results, not the results displayed on my web page! Anyone know what I'm doing wrong / how to res...