Home

Languages
VB6
JavaScript
Perl
HTML
SQL
Java
DOS

Forums
Web Site
Software
gbCodeLib

Personal
Webcam
Biography
Contact Me

GBIC >> Source Code >> JavaScript >> Snippet

Write text to HTML page (write line)


document.writeln( "<b>Hello people" );  // write a specific text string
document.writeln(MyVar);   // write the value of a variable