// ------------------------------------------------------- // Filename: dual_presentation.js // Doc Type: text/javascript // Author: J. Blustein // Version: 25 April 2002 // Comments: For CompSci 4173 Dual Presentation demo // ------------------------------------------------------- document.writeln('

'); document.writeln(' JavaScript version'); document.writeln('

'); document.writeln('

'); document.writeln(' This is the text that users with JavaScript will see.'); document.writeln('

'); // EOF //