<SCRIPT> without </SCRIPT>?

Is this a legal construct?

    <SCRIPT LANGUAGE = "JavaScript"
    SRC = "scripturl1"
    SCRIPTDATA = <[!cdata[
    script script(script)
    script
    ]]>
    SRC = "scripturl2"
    SCRIPTDATA = <[!cdata[
    more script
    ]]>
    ALT = "This section requires a JavaScript interpreter"
    >

Multiple SRCs and inline sections can be mixed--libraries of general
scripts could be kept on a site and augmented with inline code.

David Perrell

Received on Saturday, 27 July 1996 20:27:01 UTC