English
<!-- Add the following code to the <body> area --> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function varitext(text){ text=document print(text) } // End --> </script> <FORM> <INPUT NAME="print" TYPE="button" VALUE="Print text only" ONCLICK="varitext()"> </FORM>