Wednesday, November 4, 2009

Javascript tip

This one had me stumped for 30 minutes or so. When including a JavaScript file in your HTML, make sure you provide open and close script tags. The abbreviated single tag with a backslash at the end doesn't work. At least in Firefox 3.5.4.