Web Programming Primer
Lesson 20
How to print things out on the screen
Home
Back
Next
type:
document.write("this text would apear on screen");
or:
document.write(variable_name);