In my post here, I made mention of having an issue with a custom URL protocol link being sent in an email. I got around that issue by sending a link to a web page, which then did the redirect to the custom URL protocol (presumably the issue with sending the direct link was that Gmail (and possibly other providers) were seeing my protocol...
MSXML6 is supposed to have the best security, performance, reliability, and W3C conformance (Using the right version of MSXML in Internet Explorer).
Questions:
Why does not jQuery use MSXML6?
Does jQuery use MSXML3? (I think the answer is yes, see my update below...)
Can i fetch the version of MSXML from an IXMLDOMDocument instance? ...
I have implemented Scalable Inman Flash Replacement (sIFR) to convert text. The issue is, I'm unable to do onClick event over the iSFR embed tags.
$(function() {
$("embed").click(function(){
alert('clicked over embed');
});
});
This works in Firefox but not in Internet Explorer.
Can anybody help me?
...
Hi, i am trying to add options to a select in its onclick event and works fine in firefox and ie but... ie close the list after fill it although mozilla holds the list expanded
¿Are there any way to hold expanded the list (or reexpand the list with javascript) in IE?
(i am using ie 7.0)
thanks!
...
Everything else in my site seems to be compatible with all browsers except for my links. They appear on the page, but they do not work. My code for the links are as follows-
<td bgcolor="#ffffff" height="370" valign="top" width="165">
<p><a href="sc3.html"><button style="width:120;height:25">Super Chem #3</button></a> <a href="91hol...
I'm using jQuery 1.3.2.
I'm having trouble getting a correct "height" in Internet Explorer 6. Height values are correct in all other browsers.
I am also using wresize jQuery plugin.
Each time the browser loads, I fire a method that resizes divs, iframes based upon browser dimensions. (There's a good reason for this.)
The returned v...
http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&displaylang=en
The IE6/7/8 XP SP3 images made available for testing from Microsoft are set to expire tomorrow(!) April 30. I'm a little concerned that Microsoft has not posted new images up yet since I use these fairly often as an easy way...
I have a Windows app that embeds the IE WebBrowser control, and runs a local webserver to serve content it. The URLs I load in are only meaningful within the application, and not valid after the application exits. They're never visible to the user. They look like this:
http://127.0.0.1:1234/something.html
where 1234 is a random por...
Hi I want to pop up my own dialog on save button of File Download Dilaog of IExplorer.
Can antbody suugest me how it is possible.
I am working for local application not for the web application.
...
I'm trying to change the value on a <textarea> element. This code works great in Firefox, but IE claims there's an error onblur and doesn't set the value.
<textarea
name="comment"
id="comment"
rows="8"
cols="80"
style="color:grey;"
onfocus="if(this.value=='Add a comment...') {this.style.color='black'; this.v...
I want to modify HTTP requests headers using an Internet Explorer Browser Helper Object.
I basically need to change a few headers for every request, and then modify the response before it returns to the browser.
I tried using the OnNavigate2 events, but those don't even give you access to all of the headers.
I tried making an Asynchron...
I’d like to apply a stylesheet exclusively to the iPhone, without doing browser sniffing (via the user-agent string) on the server or via JavaScript.
I particularly don’t want Internet Explorer to apply the stylesheet. Apple’s suggested code for applying an iPhone-specific stylesheet, i.e.:
<link media="only screen and (max-device-widt...
I know I'v run across this before but for some reason IE decides to pixelate my submit button.
Does anyone know how to fix this?
...
I need an addon that assists Javascript (client-side) web dev in browsers other than Firefox, for which Firebug suffices.
Especially something for IE(7) and Opera(9) with which I'm currently experiencing issues.
Info about dev tools like Firebug, are welcome for any browsers.
...
In my documentation web pages, I often need to provide links to locations, files and applications (.xbap) stored on the intranet.
In IE, this works fine with URLs formatted like this:
<a href="file://///company.org/ProjectA/StatsReport">Go to folder</a>
<a href="file://///company.org/ProjectA/Readme.txt">Download file</a>
<a href="fil...
I have come across some articles on the web about .Net applets and I was wondering how it differed from an activex control (created using a .Net language)? (to clarify, this is with regards to applets that run inside a web-browser)
(Is the difference: ActiveX controls written in a .Net language are called .Net Applets?)
Are there any a...
I have an AJAX application that downloads a JSON object and uses the data to add rows to an HTML <table> using Javascript DOM functions. It works perfectly... except in Internet Explorer. IE doesn't give any sort of error, and I've verified as best as I can that the code is being executed by the browser, but it simply has no effect. I cr...
Now that IE8 is out, what are the gotchas that web developers are likely to encounter in their existing sites? Is there a list of "breaking" changes? Or is this thing "just going to work" with existing sites?
...
I have created a skin for DotNetNuke 5.x and I attempted to do as much of the layout using css as I could. My issue is the consistency between IE and FF/Chrome/Safari. With most sites I'm able to overcome this, but in this skin I have tried everything I could think of and spent many many hours trying to get the look consistent between ...
Duplicate: How to get zoom level in Internet Explorer 7? (javascript)
I am working on a page that does not display correctly when zooming is used from IE7. I have a way to fix the display but I only want to apply it when IE7 is zoomed in.
...