I love to use try catch on a lot of my programs in C#. I was working on a website and I was using:
<a href="skype:freepcadvice?call">Call 555-555-5555</a>
But if they don't have skype of course there is an error, which I would like to redirect to say something like "Skype not installed, here is a download link". I am guessing this would probably have to be handled by Java script, but wasn't sure if HTML had such a feature?