HM_ScriptDOM
This is a long script, so we're going to look at it piece by piece. We'll start by looking at the first section in Example 13-1.
Example 13-1. Initial code in HM_ScriptDOM
/*HM_ScriptDOM.js * by Peter Belesis. v4.1.3 011108 * Copyright (c) 2001 Peter Belesis. All Rights Reserved. * Originally published and documented at * http://www.dhtmlab.com/ * Available solely from INT Media Group. Incorporated under * exclusive license. * Contact licensing@internet.com for more information. */ HM_IE5M = HM_IE && HM_Mac; HM_IE5W = HM_IE && !HM_Mac; ... |
Get Advanced JavaScript™: Insights and Innovative Techniques now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.