internet-explorer

Delphi. How to monitor URLs being downloaded by IE?

When you're opening page in IE it downloads lots of files, including CSS, scripts, pictures, SWFs, etc. I need to develop small plugin which will monitor all these URLs and let's say save to file this list. I need it in Delphi, but any example in any other programming languages will be really appreciated. ...

IE8 removing border around some parts of my fieldset. Confused.. Works in ie6 and ie7..

Anyone have any ideas why the left and right border around first name and last name disappear in IE8. It works fine in firefox, ie6, ie7 and chrome. http://amc.hsac.com.php5-10.dfw1-2.websitetestlink.com/waiver.html I am at a bit of a loss. Page validates. Update If you enter some bogus information, and get to the 2nd page, you will...

Pylons and Pisa (xhtml2pdf): blank page in IE

I'm using pylons to serve a dynamically generated pdf document for reporting: my approach works in firefox & chrome (it displays the pdf inline if the plugin is available or otherwise downloads it) but IE (7 & 8) only show a blank page and doesn't prompt for download. IE correctly shows PDFs generated by other websites, though. Don't kn...

Jumping link in ie6 and 7

Hi, I've created an online instant messenger which works fine in theory ( the programming is spot on ) but the visual is lacking in ie 6 and 7. basicaly today I've decided to strip it back and start again but still i run into the same problem of the link/button that shows the contacts jumbs 5px when clicked on. I just can't figure it ou...

Website (jQuery) consistently crashes Internet Explorer (REALLY STUCK!)

Possible Duplicate: jQuery crashing Internet Explorer Hey Guys. I posted this question yesterday, but haven't had a response. Basically, I'm totally stuck and clueless over crashing in Internet Explorer. The website now works fine in all browsers except internet explorer. The website is heavily reliant on jQuery and as far a...

IE Hanging on jQuery code

Here's another clichéd problem, but I couldn't find an exact match to this. I haven't posted any source here, as you can freely see all that is there on the link. :-) Statement:I have a web page at http://agrimgupta.com/antaragni/ Disclaimer: Pardon me for the pathetic coding on that page. ;-) It was done on a very short interval. Impr...

HTML onChange for SELECT not working on IE

I'm developing a form with PHP and jQuery. Here is the link: http://www.yamaha-motor.com.pe/extreme/php/yamaha/registro/FrmRegistro01.php It works fine on Firefox but not on IE. What can you advise me?? Thanks ...

Jquery Javascript function, simple error, can't find it!

When my page loads it calls the function like below: <body onLoad='changeTDNodes()'> And the code it calls is below: enter code here <script src='jquery-1.4.2.min.js' type='text/javascript'></script> <script> function changeTDNodes() { var threshValue = 10; $(".threshold").each(function(elem) { if($("b",elem).innerText > threshVa...

Using colon in html tag and handle its element in javascript

Hello, why my "myns:button" don't become red in IE 6 / 7 / 8 unlike in Firefox / Opera / Safari / Chrome ? <html> <head> <script type="text/javascript"> window.onload = function() { var tmp = document.getElementsByTagName('myns:button'); for (i = 0; i < tmp.length; i++) { ...

IE popup an "object doesent support this propety o method" when using ExternalInterface.call

hi, i"m getting nuts in here. everytime i try to do even an ExternalInterface.call('alert','abc'); (which will work on every browser) i get an object doesent support this propety or method after the alert appears. it even happens in the HTML generated by flash without me touching it... there is any solution?! thanks! ...

Hide horizontal scrollbar in IE 7 and below

Hi all. Basically, I'm having trouble removing the horizontal scrollbar in Internet Explorer 7 and Below. I've tried the code below and It seems to work fine in every browser except IE. overflow-x: hidden; The even bigger problem is that, even though the scrollbar isn't even removed, it seems to completely screw the layout.. It some...

Jquery Ajax Search on pressing return key in Internet Explorer

Hi I have found the following code to create a search on my site - this works really well the only problem is in Internet Explorer the search doesn't work when you press the return key. Does anybody have any ideas? The search code is below - if anything else is needed please let me know. $(function() { $(".search_button").click(func...

unterminated string literal on json eval

I am trying to eval() a json having speacial characters - 
 and getting "unterminated string literal" error in Firefox 3.5.9 Although the same works fine on IE. 7. I have set the character encoding to UTF-8 in both the browsers. Any idea why its an error in FF? Also right before converting the String to JSON, I ran this code in java ...

Form action with #hashtag not working in internet explorer

I am using jquery-ui tabs and I've set it up to select the correct tab depending on the #hash from the requested URL. I have a form which performs a search, and each tab present the result from different providers. so if the form is submitting to the action "/myAction#tab1", when the results load, the corresponding tab gets selected. Th...

PHP header redirection does not reload <iframe> in IE

When displaying data from DB usually I'm in this situation I'm in page A.php that shows data from DB, user performs some action (like edit/delete etc) and page B.php is loaded to perform the action, once page B performed the action, it redirects browser to page A, page A is auto reloaded during step (3) therefor it shows an updated sit...

padding is not used in ie7

Hi All, I used a padding in select list of gender but its not working in ie7. its working properly in all browser ie8, firefox, safari but not working in iee7 i tried a lot but nothing happened... <div class="clear" style="margin-top:5px; float:left; text-align:right"> <% @sex = [['male', '0'],['female', '1'],...

IE HTTPS Ajax request image not showing up

Hi: In IE (7 or 8) and HTTPS mode, following RESPONSE is delivered for an AJAX request. My issue is the img was NOT requested at all by IE (figured out using Fiddler), broken img is shown instead. It all works perfectly in HTTP mode in IE and other browsers no problem rendering in both mode (please don't tell me not to use IE). Any thou...

Why is zIndex not working from IE/Javascript?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <title>Pr...

Why IE developer toolbar stopped working correctly?

I have a web app only compatible with ie7. IE developer toolbar has been really helpful, but it stopped working correctly only for a few pages. The feature that no longer works is the "Find by click" option. Precisely the one that speeds up my work. I started to use another options, like firebug lite, and other js bookmarklets, but they'...

IIS7 & WIndows Authentication - authenticating to the wrong domain

I have an IIS 7 web app that is using Windows authentication. Currently, everything is set up correctly based on all that I've been able to find on the web. What's happening is when a user tries to get to that domain, they see the authentication popup, but they are being requested to authenticate to "servername.domain" instead of just t...