DOM Object: HTMLScriptElement
|
Property/Method |
Functional Description |
Data |
Test Case |
|---|---|---|---|
| text | The script content of the element. | "//This space intentionally left blank" | hscr004.html |
| htmlFor |
Reserved for future use. |
||
| event |
Reserved for future use. |
||
| charset | The character encoding of the linked resource.Depricated in favor of type. | "fr" | hscr005.html |
| defer | Indicates that the user agent can defer processing of the script. | true, false | hscr003.html |
| src | URI desgnating an external script. | "../testlib.js" | hscr001.html |
| type | The content type of the script language. | "text/javascript" | hscr002.html |
| Node | tests methods and attr's inherited from node | nscript.html | |
| Element | tests methods inherited from element | escript.html | |
| HTMLElement | tests attr's inherited from htmlelement | helmscp.html | |