What's The Problem?
Only in Internet Explorer (surprise) is my code executed incorrectly. The short crap of code below should append an "onclick" action to each "a" tag. This works wonderfully but look at the fifth line, it should set the second function argument to the value of the "href" attribute of the anchor tag. In WebKit, Mozilla...
I am struggling to get control of an IE preview control which is 'Internet Explorer_Server' class on an external windows application with perl.
Internet Explorer_Server is the class name of the window, I've found it with Spy++. and here’s my assertion code of it
$className = Win32::GUI::GetClassName($window);
if ($className eq "Inter...
If you have site following this pattern(http://xx.yy/ ) internet explorer does not hold any cookies . Any solution ?
...
Hi all,
I am building a small web application to support midi files. I've noticed a strange thing. When I try browsing the content of my website and navigating to a midi file inside it Internet Explorer won't show me the midi file player. Instead I see a broken image. Safari, Chrome and even Firefox do support it. I've installed several...
Hey,
I am currently doing the same ajax request using jQuery every 2sec. For some reason, on IE8 it only work the first time. Each following request automatically seems to go to the onSuccess function, with the same result as the first request.
The same code work perfeclty on FF3 and Chrome.
Is anybody aware of that bug and how to hac...
Hi,
I've read quite a bit about how memory leaks are created in various versions of IE.
Some great information can be found here:
http://msdn.microsoft.com/en-us/library/bb250448%28VS.85%29.aspx
http://laurens.vd.oever.nl/weblog/items2005/closures/
Using closures with JQuery is a very common practice. I can't find any articles at al...
Hi all!
I maintain a personal web-site at http://www.shlomifish.org/ . It is displayed fine in Firefox 3.5, Opera 9.x, Konqueror 4.3 and Internet Explorer (MSIE) 7. However, with MSIE 8 ( 8.0.6001.18702 ) it is displayed completely wrong:
there's a large whitespace at the top and I cannot see the left navigation menu.
The page valida...
I need to display options present in a select region (allowing multiple select) in form of tree. This tree needs to be collapsible/expandable. I have implemented it such that it looks and works as intended in FF.
- 1
- 1.1
+ 1.1.1
- 1.1.2
- 1.1.2.1
- 1.1.2.2
- 1.1.2.3
+ 1.1.3
I have achieved t...
I have the following Rails partial...
<% remote_form_for :ride, :url => {:action => "create"}, :html => {:id => form_name} do |f| %>
<%= f.error_messages %>
<td>
<%= f.text_field :name %>
</td>
<td>
<%= f.text_field :land %>
</td>
<td>
<%= f.text_field :height_restriction %>
</td>
<td colspan="2">
<%= sub...
I need to add media playback ability to a web application. It has to play audio and video, and the player has to be MS Media Player (shouldn't use any plugin non existent on a standard windows machine). I know I can add it directly as an ActiveX to IE, and control it with JavaScript. I wonder if there is some popular and good wrapper tha...
I wonder if IE doesn't support DOM method when creating a table in a containing element-div. Because I could not see the table when the JavaScript rendered. Please see the following:
In the HTML:
<div id="pageHeader">
<div id="filters">
-----
</div>
</div>
In the JavaScript:
I created a div named "classifications". Th...
I have the following code:
DIV><TABLE><TBODY><TR><TD>
<DIV id="namesClass" style="WIDTH: 700px">
<UL style="MARGIN-LEFT: 0px! important; LIST-STYLE-TYPE: none! important">
<LI style="PADDING-RIGHT: 5px; FLOAT: left">Construction hotel</LI>
<LI style="PADDING-RIGHT: 5px; FLOAT: left">Associations hotel</LI>
<LI style="...
In Internet Explorer 7, you can select options from comboboxes by typing the first few letters of the value you're looking for. However, some people in our organisation are a bit slow and can't type their selection quick enough, with the result that the timeout is triggered and the "select as you type" process starts all over again.
Exa...
Only in Internet Explorer does this occur: I'm getting an additional margin (of 19 pixels) below a fieldset and I can't seem to see why, whatever I try! Try it for yourself, take a look at http://theshrop.com/d/call_us_or_call_in.php. To aid I've added a grid and some background colours. The fieldset should have a 1.125em bottom margin a...
Cannot work out how to get the following menu to display correctly in IE6, any ideas?
Demo: http://www.jankoatwarpspeed.com/examples/vimeo_navigation/
...
This doesn't work in IE6 or 7:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Title</title>
<style type="text/css">
N {display: block}
</style>
</head>
<body>
<div>
<N>element1</N>
<N>element2</N>
<N>element3</N>
<N>element4</N>
</div>
</body>
</html>
...
I've tried setting the z-indexes accordingly.. the sifR'd title is in wmode = transparent... I'm at a loss. Any ideas? It doesn't work in both IE 6 and 7.
...
Ok, I am developing a simple program to do xmlhttprequests so I can get a handle on how they work. On that page I have a simple text box, a label, and a button. When the button is clicked it sends out a request to another page via the javascript method, and it stores the response in the label.
(this is all the code in the body)
<form...
I am streaming a PDF to the browser in ASP.NET 2.0. This works in all browsers over HTTP and all browsers except IE over HTTPS. As far as I know, this used to work (over the past 5 years or so) in all versions of IE, but our clients have only recently started to report issues. I suspect the Do not save encrypted pages to disk security op...
First off, YES, this is for IE and IE only. NO, I cannot deviate from that. I am working on a corporate intranet application and I have no say whatsoever about the client browser; thus, it is IE (and IE 6, at that).
Now, the gist of what I'm trying to do is this: the application houses several XML data islands, and at times I need to pr...