wrote:
> On Mar 9, 9:07 am, jman <erjdri...@gmail.com> wrote:
>> [...]
>> i've narrowed the error down to the fact it cannot find
>> this function.
>>
>> <script src="external.js">
>>
>> <body onload="func()">
>>
>> func() is in external.js
>>
>> works in other browsers - any help?
>
> As SAM said, IE requires that you open and close the script tag.
That is required in *all* user agents, because anything else is invalid
markup, and relying on error correction is recommended against, because
it is error-prone. The end tag of the `script' element is not optional:
http://www.w3.org/TR/html4/interact/....html#h-18.2.1
http://validator.w3.org/
PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann