internet-explorer

Potentially dangerous Request.Form value only from IE8

I have a Facebook-style modern button control whose client side markup looks like: <button id="ctl00_uxBtn" value="ctl00$uxBtn" name="ctl00$uxBtn type="submit"> <div style="background-image: url("Icons/page_edit.png"); background-position: left center; background-repeat: no-repeat; line-height: 16px; padding: 3px 0pt 3px 22px;">Save D...

Dynamic content loads into jQuery qtip in all browsers except IE

Hi all! qTip...a jQuery custom tooltip plugin... isn't loading dynamic content for IE8 (haven't tested in IE6/7). qTip initializes but no content (text) loads into it. Here is my code: errorPlacement: function(error, element) { var errorcontent=eval(error); element.parents('.rightfields').find('.nore...

Weird click event behavior in IE8 with prototypejs 1.7_rc2

I have some javascript click handlers that don't do what I want in IE8. What I want to do is call a handler on the first click and then call another handler on all subsequent clicks. The way I do that is put the original handler in the onclick attribute and then use that handler to erase the onclick attribute and use Event#observe to set...

Does IE 8 not support push?

Hi I am trying to insert an key/value pair into a serializeArray(from jquery). So I have something like var form = $('#form'); var sendFormData = form.serializeArray(); sendFormData.push({ "name": "Name", "value": "test"}); In firefox this works yet in IE 8 I get Line: 51 Error: Object doesn't support this property or method ...

HTML,CSS: rounded corners have not transparent background in IE

hi, I have an issue with rounded corners in IE. There are white areas instead of transparent background. See image: http://dl.dropbox.com/u/72686/roundedIE.png I'm using this jQuery plugin to create rounded corners: www.malsup.com/jquery/corner And I'm also using transparency on each block. thanks ...

Looking for fine-grained background grid (or alternative method) for exact positioning of form controls

I have to use MSIE - I have no choice, so let's now discuss that, thanks. I am having problems positioning form controls within fieldsets (within fieldsets (within fieldsets)). I have seen some solutions requiring me to add JS to my page and would rather not. At the moment I am using http://www.smileycat.com/miaow/archives/images/m...

Page title replaced in IE if fragment identifier set

Hi. In IE, with Flex application embedded, changing page location with JS like that: document.location.href = "#someFragmentIdentifier"; causes change of page title to "#someFragmentIdentifier". I've read that the cause of that was supposed to be integration of Flex application with browser navigation, so I disabled it at the Flex co...

Problem with jQuery, fullcalendar, curvycorners, anytimec and msie

Which fragment of code bellow can not work in MSIE? $(document).ready(function() { var minId; var fadeTime = '25'; $.ajax({ url: 'JsonFileWrite.php', type: "POST", data: "idRequest=true", success: function(data) { mi...

IE8 on Windows 7 - Link To MSI causes about:blank to open as well.

I'm maintaining an intranet page with installation instructions. Annoyingly in Windows 7 / IE8 when I click on a link that contains an MSI the page jumps to about:blank - this didn't happen in XP! The href part is below, I tried target=_blank but no joy!. href="subffolder/amis.msi" ...

Capturing mouse events in flash outside of stage doesn't work in IE

I am trying to capture mouse events in flash while the mouse is being held down. The intention is to keep reciving events as long as the mouse is pressed, even if the cursor leaves the flash element. That's the behavior I get on all browsers other than IE, which only fires events while the cursor is inside the stage. I'm pretty sure I'v...

Explorer Add-On development

Hi, I'm developing an add-on to Internet Explorer and I wish to add a button to the standard toolbar. All I could find is how to make my own toolbar. Any one can point me to the right direction? Thanks, Eden ...

Does Firefox synchronize requests for the same page?

I'm using Firefox 3.6.6. I have a PHP script called index.php with the following code: <?php sleep(20); die(time()); ?> I open two browser tabs, copy the URL into each of them, and then quickly hit enter in each tab. The first tab completes in just over 20 seconds. The second tab completes in just over 40 seconds. I do the same ex...

'length' is null or not an object? IE 8

Hey guys quick question I get the following error 'length is null or not an object' in IE 8, anyone have any ideas? Feedback greatly appreciated... function refresh() { $.getJSON(files+"handler.php?action=view&load=update&time="+lastTimeInterval+"&username="+username+"&topic_id="+topic_id+"&t=" + (new Date()), function(json) { if(j...

A Firebug Net Panel for IE?

What are the alternatives on IE 8 that can work like the Firebug Net Panel? ...

IE cannot interpret my flash player because of a question mark, but every other browser can

Hey guys, I have another really annoying problem in IE. I am using a php mp3 handler script that I use as a parameter, but it seems to mess everything up just because there is a question mark after .php for my get variables. If I remove the question mark (mp3_handler.php?), the player appears, but with the question mark, it shows up as a...

how to connect to an open window of internet explorer using c#?

Can you use COM/OLE in a C# program to connect to a running instances of internet explorer? Ideally I'd like to find the URLs of all webpages open in IE. ...

Unable to change session variable through AJAX in IE

I'm getting some weird behavior from IE when trying to change a session variable on the server using AJAX. It works fine in FF, Chrome, Safari, and all the others I've tested but not in IE. I'm maintaining a list of variables (integers) in a session variable for anonymous users so I can keep their data when/if they register on the site....

CSS for Rotating text in IE

I have text inside a list item (<li>), and I want to rotate it 270 degree. In FireFox, Safari, Chrome, and Opera we have found direct methods, but in the case of IE, there is no direct support. However, there are some filters like matrix and BasicImage: I tried them, but I am not getting anywhere. For example, I am doing something like ...

IE not offering to save passwords on my login page

I'm developing a basic login page in ASP.NET. The page includes an email field, a password field and a submit button. For some reason Internet Explorer doesn't offer to remember the login info, while other browsers such as Firefox & Chrome do. For other pages (Gmail, Twitter etc.) IE als offers to remember password. Please note that I am...

Clicking on an MSDN URL in MS Word document opens it in IE only

Now that heading doesn't look like it is a problem. Here's the full scoop. Paste this link into an MS Word document. http://msdn.microsoft.com/en-us/library/dd264736.aspx Click (or Ctrl + Click, whatever your settings are) on the link. For me, it always opens up in IE, whatever my default browser happens to be. Now, copy this link in...