Stats
6 visitors online
Guests: 6
Registered: 0
6 visitors online
Guests: 6
Registered: 0
Search
Login
Website Building → Tutorials → Javascript: Further Introduction (Part 1)
Introduction
Welcome to our Javascript tutorial! Before we begin we must first understand what Javascript is. It's a language, like HTML, which you can use to spice your webpages up a bit. Javascript can be very useful as it is reasonably powerful, easy to use and almost everybody's computer will work with it. It requires no plugins, downloads or extra work for the visitor and is also very flexible.
It would take ages (It really would!) to write a complete Javascript tutorial, for javascript is such a large language. However in this tutorial we hope you will learn the following:
- How to implement Javascript in a webpage.
- How to create, call and modify strings and variables.
- How to make forms and event handlers.
- A simple Login Script
(This might sound complicated but you'll get the hang of it!)
