<SCRIPT
LANGUAGE=scripting language
</SCRIPT>
Specifies the inclusion of a script such as VBScript or JavaScript. The scripts themselves appear in the element's container. The end-tag is required.
Authors often enclose the scripts in the SCRIPT element within the comment tag (<!-- ... -->). This prevents browsers which do not recognize the SCRIPT element from displaying the scripts as plain text in the browser.
Example
<SCRIPT>
<SCRIPT language="VBScript">
'... Additional VBScript statements ...
</SCRIPT>
See also:
| file: /Techref/language/html/r020/slide63.htm, 2KB, , updated: 2007/1/25 17:35, local time: 2012/2/10 12:24,
38.107.179.232:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/html/r020/slide63.htm"> HTML Reference</A> |
| Did you find what you needed? |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.