|
|
<SCRIPT ...>TYPE = "text/javascript" | "text/vbscript" | other scripting language| Usage Recommendation |
|---|
TYPE<SCRIPT ...>TYPEtext/javascript, which indicates that the script is written in JavaScript. Other possible values are
text/vbscript for VBScript (which only supported by MSIE) or
text/tcl for Tcl (a great language but not well supported at all).
The following example creates a small JavaScript script that outputs the current time:
<SCRIPT TYPE="text/javascript">
<!--
document.write("<P>right now: " + new Date() + "<P>");
//-->
</SCRIPT>
which gives us:
|
Recommended Resources |
|||
| web hosting tutorials Credit Help |
Search the Internet Search Engine Help |
Low Fat Lifestyle Internet Traffic |
Web
Hosting Web Design |
|
Discount
Hotel Reservations All
Rights Reserved, Copyright © Free-HTML-Tutorials.com 2003 |
|||