Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

java-cool test

0 views
Skip to first unread message

Bryan D. (MSMVP)

unread,
Sep 14, 1997, 3:00:00 AM9/14/97
to

This is a multi-part message in MIME format.

------=_NextPart_000_0009_01BCC11A.9A2110E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

hi

-------------------------------------------------------------------------=
-------

Bryan D. (MSMVP)=20
MSDN Member=20
SBN Member Level 2=20
Windows98 Beta Tester=20
ren...@internetMCI.com=20
=20
=20
-------------------------------------------------------------------------=
-------

=20

------=_NextPart_000_0009_01BCC11A.9A2110E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type><BASE=20
href=3D"file://C:\Program Files\Common Files\Microsoft =
Shared\Stationery\"><!DOCTYPE HTML PUBLIC "-//IETF//DTD =
HTML//EN"><HTML><HEAD>
<META content=3D'"MSHTML 4.71.1008.3"' name=3DGENERATOR><TITLE>Bryan =
D.</TITLE><BASE=20
href=3Dfile://C:\Program%20Files\Common%20Files\Microsoft%20Shared\Statio=
nery\>
</HEAD>
<BODY bgColor=3D#ffffff>
<P>&nbsp;hi</P>
<P>
<SCRIPT language=3DJavaScript>
<!--
/*************************************************************
* fade script ver0.1 by Kouic...@Eto.com 1996/02/20
* Copyright (c) 1996 Kouichirou Eto. All Rights Reserved.
* You can freely copy, use, modify this script,
* if the credit is given in the source.
*/
=09
function makearray(n) {
this.length =3D n;
for(var i =3D 1; i <=3D n; i++)
this[i] =3D 0;
return this;
}
=09
hexa =3D new makearray(16);
for(var i =3D 0; i < 10; i++)
hexa[i] =3D i;
hexa[10]=3D"a"; hexa[11]=3D"b"; hexa[12]=3D"c";
hexa[13]=3D"d"; hexa[14]=3D"e"; hexa[15]=3D"f";
=09
function hex(i) {
if (i < 0)
return "00";
else if (i > 255)
return "ff";
else
return "" + hexa[Math.floor(i/16)] + hexa[i%16];
}
=09
function setbgColor(r, g, b) {
var hr =3D hex(r); var hg =3D hex(g); var hb =3D hex(b);
document.bgColor =3D "#"+hr+hg+hb;
}
=09
function fade(sr, sg, sb, er, eg, eb, step) {
for(var i =3D 0; i <=3D step; i++) {
setbgColor(
Math.floor(sr * ((step-i)/step) + er * (i/step)),
Math.floor(sg * ((step-i)/step) + eg * (i/step)),
Math.floor(sb * ((step-i)/step) + eb * (i/step)));
}
}
=09
function fadein() {
fade(255,255,255,000,000,000,75);
fade(000,000,000,255,255,255,75);
fade(255,255,255,000,000,000,75);
}
=09
/* do fadein */
fadein();
=09
/***** end fade script *****/
/************************************************************/
=09
=09
//-->
</SCRIPT>
</P>
<HR>

<DL>
<DT><FONT color=3D#3a7676 face=3DArial><STRONG>Bryan D. =
(MSMVP)</STRONG></FONT>=20
<DT><FONT color=3D#3a7676 face=3DArial><STRONG>MSDN =
Member</STRONG></FONT>=20
<DT><FONT color=3D#3a7676 face=3DArial><STRONG>SBN Member Level=20
2</STRONG></FONT>=20
<DT><FONT color=3D#3a7676 face=3DArial><STRONG>Windows98 Beta=20
Tester</STRONG></FONT>=20
<DT><A href=3D"mailto:ren...@internetMCI.com"><FONT=20
=
face=3DArial><STRONG>ren...@internetMCI.com</STRONG></FONT></A><FONT=20
face=3DArial><STRONG> </STRONG></FONT>
<DT><A href=3D"http://www.microsoft.com/ie/ie40"><IMG alt=3D"MSIE =
4.0" border=20
height=3D31=20
=
src=3D"file:///C:/WINDOWS/Desktop/Junk/Online%20Services/Internet/Stuff%2=
0for%20My%20Web-Page!/ie4anim(1).gif"=20
width=3D88></A> </DL>
<HR align=3Dleft>

<DL>
<DT>&nbsp; </DL></BODY></HTML>

------=_NextPart_000_0009_01BCC11A.9A2110E0--


0 new messages