"); matrix_window.document.write("
"); if(bold == true) matrix_window.document.write("
"); if(italic == true) matrix_window.document.write("
"); for(i = 0; i <= string.length; i++) { timer += (Math.random() * speed); setTimeout("matrix_window.document.write('" + string.charAt(i) + "');", timer); } timer += 1000; setTimeout("matrix_window.close()", timer); } var messages = new Array("The Matrix has you Neo...", "Follow the white rabbit", "Wake up, Neo"); function GetRndIndex() { return (parseInt(Math.random() * messages.length)); } function WriteRndMsg(bold, italic, speed) { MatrixWrite(messages[GetRndIndex()], bold, italic, speed); } // End -->
Lotus Notes Tips
Javascript Tips
LotusScript Tips
Domino Tips
Java Tips