moshlp
06-18-2003, 06:32 PM
I want to write a line in red and with a certain font type and donīt know how to do it...I want TO PRINT to appear in red and with a different font type
<SCRIPT LANGUAGE="JavaScript">
if (window.print) {
document.write("TO PRINT : ");
document.write('<input type=button name=print value="Print this page!" '
+ 'onClick="javascript:window.print()"/form>');
}
// End -->
<SCRIPT LANGUAGE="JavaScript">
if (window.print) {
document.write("TO PRINT : ");
document.write('<input type=button name=print value="Print this page!" '
+ 'onClick="javascript:window.print()"/form>');
}
// End -->