According to the developer of Nascape 6: In the later version, the
Function Blink (Elid) {
Var html = '';
IF (Document.all)
HTML = 'VAR EL = Document.all.' Elid ';';
Else if (Document.GtelementByid)
HTML = 'var el = document.getlementById ("' Elid '");';
HTML =
'el.style.visibility ='
'el.style.visibility == "hidden"? "visible": "hidden";
IF (Document.all || Document.GetElementByid)
SETINTERVAL (HTML, 500)
}
Function init () {
BLINK ('atxt');
BLINK ('a2ndtext');
}
Script>
HEAD>
>
This line of text flashes! ! !
Blink>
Span>
This line of text flashes! ! !
This line of text flashes! ! !
Div>
Body>
Html>
See more, please visit, you can see the glitter!
http://elove.heha.net
http://lucky.myrice.com
(Author: net_lover)