9 posts tagged with javascript and IE (View popular tags)

Any general reason why php and javascript web apps would fail in Internet Explorer and yet work correctly in Safari and Firefox? (isset($_SESSION), $form->value, etc.)
posted on Jun 28, 2007 - 4 answers

I have written a bookmarklet that works in Firefox but not in IE6. How can I change it to be supported cross browser or even as a separate bookmarklet to get the same results. [more inside]
posted on Jan 24, 2007 - 5 answers

What I suspect is a fairly stupid javascript question, but one I haven't found an ideal solution for. I four menus made out of unordered lists. I'm using a modified version of the suckerfish dropdown script to make it work in IE (code inside), in one place I want 1 of the four menus to stay open except when I hover on one of the remaining menus. i.e. menu1 is visible. when I mouseover menu2, menu1 is hidden. When I mouseout of menu2 menu1 reappears. [more inside]
posted on Oct 31, 2006 - 6 answers

How the heck do I iterate through all a given div's style sheet in IE? [more inside]
posted on Jan 20, 2006 - 5 answers

CSS and javascript: I thought I had them beat, then I had to go and test my site in IE [more inside]
posted on Jan 10, 2006 - 8 answers

We use an internal survey tool which automatically generates and collates web-based surveys. It wasn't written by me. I'm having a problem with one particular page; have a look at the following: [more inside]
posted on Dec 13, 2005 - 14 answers

Without using any plug-ins or extensions, how can I always force a link to open in IE, regardless of the client browser? [more inside]
posted on Oct 25, 2005 - 9 answers

I am managing the production of a web application, which, for various reasons, must happen in a window with no status bar. Unfortunately, some security patch for ie6 with winxp sp2 renders the javascript that turns off the status bar ineffective. Any solutions?
posted on Feb 4, 2005 - 10 answers

I'm having a javascript/CSS/IE problem. I'm working on a website that has a line of buttons at the top for navigation, and when you mouseover the button, a menu drops down giving you sub-options. This is controlled pretty simply with javascript changing the "visibility" attribute in the stylesheet for the menu. A problem arises in IE, however, when there are form elements on the page. If the dynamic drop-down menu overlaps a form element, that form element disappears. (Specifically, this is happening with a menu) You have to reload the page to get it back. Anyone know why this might be happening, or how to fix it? Works fine in NS7, Firefox, Mozilla, etc.....
posted on Aug 18, 2004 - 6 answers