Web Teacher Software
web database
Javacript 
Tutorial
CGI tutorial
web 
database consulting
web database training
contact us about web 
database software
press
Hosted Database Solutions
webteacher home
Web Teacher Consulting

javascript tutorial graphic


Webteacher Software now offers

In the <HEAD> area, a new pair of tags has been introduced: <SCRIPT> and </SCRIPT>

All browsers currently assume you are programming in JavaScript, but other programming languages might come along in the future. As a result, it is standard form to open your scripting area with:
<SCRIPT LANGUAGE="JavaScript">

The <!-- and --> tags are used to hide comments in HTML from the browser. Old browsers will not understand the <SCRIPT> tags, so you need to include the comment tags to keep your JavaScript from showing up on the Browser.

This is the standard open and close to the JavaScript section of your page.



<HTML>
<HEAD>

<SCRIPT LANGUAGE="JavaScript">
< !-- Beginning of JavaScript -

(all of your JavaScript functions)

// - End of JavaScript - -->
</SCRIPT>

</HEAD>


Dat sounds logical!

Home | WebData - Web Database Software | Javascript | CGI | Consulting | Map Builder | Contact Us | The Press Room