Developing Webs logo
Google
Web DW-Main DW-Photoshop
Visit the message board for solutions or post a question Check out the Classes offered for free at Developing Webs Voice Chat submit a tutorial, resources, article, font for publication consideration and earn a one way link back to your site Get more specifics about the Developing Webs Voice chat room and its room members View the current news at Developing Webs alternative sites which are resources for your d3evelopment needs Join Developing Webs Chat Link to us on your web page to help support this resource! Check out Developing Webs At yahoo groups! Developing Webs Home Adobe Photoshop Tutorials Macromedia Flash Tutorials Jasc Paint Shop Pro Tutorials Adobe Illustrator Animation basics Some Basic PHP tutorials Perl Tutorials HTML Tutorials Cascading Style Sheets javascript Front Page Tutorials Macromedia Dream Weaver Tutorials dreamweaver Publishing your site, FTP, ChMod, Promotions
RSS Newsfeed
for your site
DW News
Calendar
DW Forum
Right click on button and copy shortcut

Add to My Yahoo!

Reminder
Remember to book mark this site!



Request a Tutorial

<SCRIPT>...</SCRIPT>

The <SCRIPT> tag is used to include JavaScript within an HTML document. As a rule, the <SCRIPT> tag should be placed between the <HEAD> and </HEAD> tags unless you are using an inline <SCRIPT> tag.
Web browsers will attempt to treat your JavaScript as part of the web page unless the
<!-- comment --> tag is used. Doing this will ensure that non-JavaScript aware browsers can display you page correctly, if not make it work properly. Also, the // symbol should be used at the start of a line.

Attributes:

  • LANGUAGE
     

Usage:

<HTML>
<HEAD>
<TITLE>Test Script</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--Use the start of a comment tag to hide the JavaScript code
// Your JavaScript code goes here
// close the comment tag on the line immediately before the </SCRIPT> tag -->
</SCRIPT>
</HEAD>
<BODY>
Your Web document goes here
</BODY>
</HTML>



"Building The Web Into a Nicer Place -- One Site At A Time"
Developing Webs Group Copyright © 2001-2026 All Rights Reserved
Privacy and Legal