February 12, 2009Matt
IE and problem in the same sentence, not surprising is it?
I’m working on a project at the moment where I’ve come up against a rather frustrating problem in Internet Explorer. I have a series of pop ups on a particular page that are opened with JavaScript when help links are clicked. The JavaScript for them [...]
read More »
October 21, 2008Matt
Since I don’t have much time today, but I think I should write something for you to enjoy, I’ve decided to explain how to disable the input in a X/HTML form.Disabling the input to a form using XHTML or HTML is actually really easy, but it’s not very well known.
All you need is one [...]
read More »
June 3, 2008Matt
I have been asked a few times how to add a bookmark link within a HTML page, so that people can just click the link and the website will be added to their bookmarks.
This is pretty straight forward to do, here is the code you would need:
<a href="javascript:window.external.AddFavorite
('http://blog.stillaslife.com/code/bookmark-a-page-with-javascript/','Bookmark a Page With Javascript | Still As [...]
read More »
March 5, 2008Matt
I am looking forward to release of Internet Explorer 8, and what will hopefully be a reasonably quick take up of it.
In the myriad of new standards compliant features is CSS table support. I’ve used these countless times in Firefox, Safari and Opera, only to find that I have to completely rewrite the CSS, far [...]
read More »