PCToOLs
Un forum pentru fiecare!!
Lista Forumurilor Pe Tematici
PCToOLs | Reguli | Inregistrare | Login

POZE PCTOOLS

Nu sunteti logat.
Nou pe simpatie:
karina22
Femeie
25 ani
Bucuresti
cauta Barbat
25 - 54 ani
PCToOLs / Coduri Pentru Site Si Forum / Full Screen Random Message Display Moderat de Raxon
Autor
Mesaj Pagini: 1
b3n1am1n
Administrator

Inregistrat: acum 17 ani
Postari: 3407
<script type="text/javascript"><!--
/*
_____________________________________
/�������������������������������������
| Another JavaScript from Uncle Jim   |
| Feel free to copy, use and change   |
| this script as long as this part    |
| remains unchanged. You can visit    |
| my website at   |
| for more scripts like this one.     |
| Created: 1996 Updated: 2006         |
_____________________________________/
�������������������������������������
*/
var matrix_window;
function MatrixWrite(string, bold, italic, speed) {
var height = window.screen.height;
var width = window.screen.width;
var win_dimensions = "height = " + eval(height + 10) + ", width = " + eval(width + 30);
matrix_window = window.open("blank.htm", "matrix_window", win_dimensions);
matrix_window.document.open("text/html", "replace";
var i;
var timer = 0;
if(matrix_window.moveTo)
matrix_window.moveTo(-10, -30);
if(matrix_window.resizeBy)
matrix_window.resizeBy(0, 50);
matrix_window.document.write("<body bgcolor=003300 text=ffcc00 onBlur='self.focus()'>";
matrix_window.document.write("<font face=verdana size=5>";
if(bold == true) matrix_window.document.write("<b>";
if(italic == true) matrix_window.document.write("<i>";
for(i = 0; i <= string.length; i++) {
timer += (Math.random() * speed);
setTimeout("matrix_window.document.write('" + string.charAt(i) + "');", timer);
}
timer += 500;
setTimeout("matrix_window.close()", timer);
}
var messages = new Array("Welcome to", "Our new domain name is", "Please come back soon!!";
function GetRndIndex() {
return (parseInt(Math.random() * messages.length));
}
function WriteRndMsg(bold, italic, speed) {
MatrixWrite(messages[GetRndIndex()], bold, italic, speed);
}
//--></script>


_______________________________________
1) Esti pe net
2) Esti pe Situl MediasH
3) Imi citesti semnatura
5) Nu ai observat ca lipseste punctul 4
6) Tocmai ai verificat daca exista punctul 4 sau nu
7) Zambesti, sau chiar razi !









pus acum 17 ani
   
Pagini: 1  

Mergi la