Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cross Browser

Javascript And Iframe Not Supported In Browsers Other Than Ie

I run a simple html file with an iframe and javascript working fine in IE Browser, but it is not wo… Read more Javascript And Iframe Not Supported In Browsers Other Than Ie

Disabling Browser Status Bar Text

Background Modern browsers do away with the classic status bar and instead draw a small tooltip at … Read more Disabling Browser Status Bar Text

Is Using Jquery A Guarantee For Cross Browser Compatibility?

I noticed that writing cross-browser compatible code in JavaScript could be a little difficult in s… Read more Is Using Jquery A Guarantee For Cross Browser Compatibility?

Cross Browser Event Handling And Jquery Support

Just read of ppk's web site that IE's mechanism of registering events does not set the this… Read more Cross Browser Event Handling And Jquery Support

Parsing Iso8601-like Date In Javascript: New Date() Doesn't Work Across Browsers

How do I convert a date string coming from a database into a new Date() object? If I do the followi… Read more Parsing Iso8601-like Date In Javascript: New Date() Doesn't Work Across Browsers

How Can I Revoke An Object Url Only After It's Downloaded?

I'm saving a file in JavaScript using the following code: var a = document.createElement('a… Read more How Can I Revoke An Object Url Only After It's Downloaded?