A Document object has numerous color properties: alinkColor, linkColor, vlinkColor, bgColor, and fgColor |
Other Document properties include lastModified and URL: with ( document ) { writeln('<TT>', URL, '</TT><BR>'); writeln('Updated: ', lastModified); } |