Web Programming Primer

Lesson 20

How to print things out on the screen






type:
document.write("this text would apear on screen");

or:
document.write(variable_name);