老實說...

版主: NaokiJennyG.D.

回覆文章
Jenny
究級玩家
究級玩家
文章: 7142
註冊時間: 週六 7月 07, 2001 8:00 am

文章 Jenny » 週日 6月 01, 2003 5:25 pm

peter_zhong 寫:
Jenny 寫:界你參考看看@@ 不要跟我說不會用喔...

<html>

<head>


<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:PINK;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:PINK;
scrollbar-arrow-color:PINK;
scrollbar-track-color:#FFFFFF;
}
-->
</STYLE>
<base target="_self">

<title></title>
</head>

<body onunload="window.alert('好玩嗎^^?')" background="../jenny/56.gif" bgproperties="fixed">







<div id="fade" style="width:180px; text-align:center;"></div>
<div id="fade" style="width:180px; text-align:center;"></div>
<div id="fade" style="width:180px; text-align:center;"></div>




<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border:10 dotted #ffcccc"
</script>

<p>
<marquee align="middle" behavior="slide">歡迎來到Jenny的窩^^...</marquee>
</p>





<SCRIPT language=JavaScript1.2></script>

<SCRIPT language=JavaScript1.2>

<!-- Begin
var no = 12;
var speed = 10;
STAR = new Array();
STAR[0] = "http://home.pchome.com.tw/good/san914/loveheart.gif";
STAR[1] = "http://home.pchome.com.tw/good/san914/loveheart.gif";

var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 1800;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
j = 0;

for (i = 0; i < no; ++ i) {
dx = 0; // set coordinate variables
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write("<layer name="dot"+ i +"" left="15" top="15" visibility="show"><img src="" + STAR[j] + "" border="0"></layer>");
} else {
document.write("<layer name="dot"+ i +"" left="15" top="15" visibility="show"><img src="" + STAR[j] + "" border="0"></layer>");
}
} else if (ie4up) {
if (i == 0) {
document.write("<div id="dot"+ i +"" style="POSITION: absolute; Z-INDEX: "+ i +" VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;"><img src="" + STAR[j] + "" border="0"></div>");
} else {
document.write("<div id="dot"+ i +"" style="POSITION: absolute; Z-INDEX: "+ i +" VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;"><img src="" + STAR[j] + "" border="0"></div>");
}
}
if (j == (STAR.length-1)) { j = 0; } else { j += 1; }
}

function STAR_NS() {
for (i = 0; i < no; ++ i) {
yp += sty;
if (yp > doc_height-50) {
xp = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("STAR_NS()", speed);
}

function STAR_IE() {
for (i = 0; i < no; ++ i) {
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("STAR_IE()", speed);
}

if (ns4up) {
STAR_NS();
} else if (ie4up) {
STAR_IE();
}
// End -->
</SCRIPT>
<p align="center"><font color="#993366" size="6"><script
language="JavaScript">
<!-- HIDE ME FROM THAT BROWSER
var timerID = null
var timerRunning = false
var stardate = new Date()
var startime = gettotalsecond(stardate)
function stopclock(){
// cannot directly test timerID on DEC OSF/1 in beta 4.
if(timerRunning)
clearTimeout(timerID)
timerRunning = false
}
function startclock(){
// Make sure the clock is stopped
stopclock()
showtime()
}
function gettotalsecond(getdate) {
var hours = getdate.getHours()
var minutes = getdate.getMinutes()
var seconds = getdate.getSeconds()
var gettotalsecond = seconds + minutes * 60 + hours * 3600
return(gettotalsecond)
}
function showtime(){
var now = new Date()
var timeValue = gettotalsecond(now)
document.clock.face.value = timeValue - startime
timerID = setTimeout("showtime()",1000)
timerRunning = true
}
//-->
<!--

var username = GetCookie('username');
if (username == null) {
username = prompt('歡迎您來到珍妮的窩,不知如何稱呼您呢(輸入一次即可^0^)?',"");
if (username == null) {
alert('不好意思嗎?那暫時稱呼您為QOO好了~!');
username = '酷兒^^';
} else {
pathname = location.pathname;
myDomain = pathname.substring(0,pathname.lastIndexOf('/')) +'/';
var largeExpDate = new Date ();
largeExpDate.setTime(largeExpDate.getTime() + (30 * 24 * 3600 * 1000));
SetCookie('username',username,largeExpDate,myDomain);
}
}

function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0)
break;
}

return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" +
expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
// -->
document.write('<font color=#ff0051>Hi~!您好^o^ </font><font color="#001bff"><strong> '+username+'</strong></font><font color="blue"> </font><font color=red><b> </b></font><b><font color=#aa44bb></b></font><font color=red><b><b></font>');
// --></script></font></td>
</tr>
<script language="JavaScript">
document.write("<center><font size=+1><b>")
now = new Date()
if (now.getDay() == 5)
document.write("終於星期五了@.@事情也告一段落嚕^O^")

if (now.getDay() == 6)
document.write("星期六了^Q^有啥計畫呢?")

if (now.getDay() == 0)
document.write("星期日>Q<好好的休息一下吧~!")

if (now.getDay() == 1)
document.write("星期一Q_Q又得開始辛苦工作上班嚕")

if (now.getDay() == 2)
document.write("星期二~_~要加油唷~!")

if (now.getDay() == 3)
document.write("星期三了o_O要去爬山嗎@@?")

if (now.getDay() == 4)
document.write("星期四>0<快了^^~!!")
document.write("</b></center></font>")

</script>

<p><font color="#0000FF">站 長:</font><font color="#FF0066">珍妮</font>
<p><font color="#0000FF">性別:</font><font color="#FF0066">女<span style="font-family: 新細明體; mso-bidi-font-family: Times New Roman; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">♀</span></font></p>
<p><font color="#0000FF">生日</font><font color="#ffccff">:</font><font face="Arial" color="#FF0066">97.5.20</font></p>
<p><font color="#0000FF">星座:</font><font color="#FF0066">金牛座</font></p>
<p><font color="#0000FF">血型:</font><font color="#FF0066"><font face="Arial">?_?
</font>型</font></p>
<p><font color="#0000FF">興趣:</font><font color="#FF0066">灌水^^</font></p>
<p><font color="#0000FF">住在:</font><font color="#FF0066">地球</font></p>
<p><font color="#0000FF">學歷:</font><font color="#FF0066">國中^^&)</font></p>
<p><font color="#0000FF">ICQ:</font><font color="#FF0066">107396156...</font></p>
<p><font color="#FF0066"><font face="Arial"><a href="mailto:E-mail:jennyliu520@yahoo.com.tw">E-mail</a></font><a href="mailto:E-mail:jennyliu520@yahoo.com.tw">:jennyliu520@yahoo.com.tw</a></font>
<p><font color="#FF0066">&&&&&&&&&&&&&&&
<a href="http://msm.pchome.com.tw/wmail/mailbox. ... </font></p>

</BODY>

這是什麼哇高

阿... 你複製到frontpage的html上去 在修改就好囉阿~0.0
Jenny's Swimming Pool
圖檔

peter_zhong
究級玩家
究級玩家
文章: 7719
註冊時間: 週四 7月 19, 2001 8:00 am

文章 peter_zhong » 週日 6月 01, 2003 5:20 pm

Jenny 寫:界你參考看看@@ 不要跟我說不會用喔...

<html>

<head>


<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:PINK;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:PINK;
scrollbar-arrow-color:PINK;
scrollbar-track-color:#FFFFFF;
}
-->
</STYLE>
<base target="_self">

<title></title>
</head>

<body onunload="window.alert('好玩嗎^^?')" background="../jenny/56.gif" bgproperties="fixed">







<div id="fade" style="width:180px; text-align:center;"></div>
<div id="fade" style="width:180px; text-align:center;"></div>
<div id="fade" style="width:180px; text-align:center;"></div>




<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border:10 dotted #ffcccc"
</script>

<p>
<marquee align="middle" behavior="slide">歡迎來到Jenny的窩^^...</marquee>
</p>





<SCRIPT language=JavaScript1.2></script>

<SCRIPT language=JavaScript1.2>

<!-- Begin
var no = 12;
var speed = 10;
STAR = new Array();
STAR[0] = "http://home.pchome.com.tw/good/san914/loveheart.gif";
STAR[1] = "http://home.pchome.com.tw/good/san914/loveheart.gif";

var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 1800;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
j = 0;

for (i = 0; i < no; ++ i) {
dx = 0; // set coordinate variables
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write("<layer name="dot"+ i +"" left="15" top="15" visibility="show"><img src="" + STAR[j] + "" border="0"></layer>");
} else {
document.write("<layer name="dot"+ i +"" left="15" top="15" visibility="show"><img src="" + STAR[j] + "" border="0"></layer>");
}
} else if (ie4up) {
if (i == 0) {
document.write("<div id="dot"+ i +"" style="POSITION: absolute; Z-INDEX: "+ i +" VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;"><img src="" + STAR[j] + "" border="0"></div>");
} else {
document.write("<div id="dot"+ i +"" style="POSITION: absolute; Z-INDEX: "+ i +" VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;"><img src="" + STAR[j] + "" border="0"></div>");
}
}
if (j == (STAR.length-1)) { j = 0; } else { j += 1; }
}

function STAR_NS() {
for (i = 0; i < no; ++ i) {
yp += sty;
if (yp > doc_height-50) {
xp = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("STAR_NS()", speed);
}

function STAR_IE() {
for (i = 0; i < no; ++ i) {
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("STAR_IE()", speed);
}

if (ns4up) {
STAR_NS();
} else if (ie4up) {
STAR_IE();
}
// End -->
</SCRIPT>
<p align="center"><font color="#993366" size="6"><script
language="JavaScript">
<!-- HIDE ME FROM THAT BROWSER
var timerID = null
var timerRunning = false
var stardate = new Date()
var startime = gettotalsecond(stardate)
function stopclock(){
// cannot directly test timerID on DEC OSF/1 in beta 4.
if(timerRunning)
clearTimeout(timerID)
timerRunning = false
}
function startclock(){
// Make sure the clock is stopped
stopclock()
showtime()
}
function gettotalsecond(getdate) {
var hours = getdate.getHours()
var minutes = getdate.getMinutes()
var seconds = getdate.getSeconds()
var gettotalsecond = seconds + minutes * 60 + hours * 3600
return(gettotalsecond)
}
function showtime(){
var now = new Date()
var timeValue = gettotalsecond(now)
document.clock.face.value = timeValue - startime
timerID = setTimeout("showtime()",1000)
timerRunning = true
}
//-->
<!--

var username = GetCookie('username');
if (username == null) {
username = prompt('歡迎您來到珍妮的窩,不知如何稱呼您呢(輸入一次即可^0^)?',"");
if (username == null) {
alert('不好意思嗎?那暫時稱呼您為QOO好了~!');
username = '酷兒^^';
} else {
pathname = location.pathname;
myDomain = pathname.substring(0,pathname.lastIndexOf('/')) +'/';
var largeExpDate = new Date ();
largeExpDate.setTime(largeExpDate.getTime() + (30 * 24 * 3600 * 1000));
SetCookie('username',username,largeExpDate,myDomain);
}
}

function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0)
break;
}

return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" +
expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
// -->
document.write('<font color=#ff0051>Hi~!您好^o^ </font><font color="#001bff"><strong> '+username+'</strong></font><font color="blue"> </font><font color=red><b> </b></font><b><font color=#aa44bb></b></font><font color=red><b><b></font>');
// --></script></font></td>
</tr>
<script language="JavaScript">
document.write("<center><font size=+1><b>")
now = new Date()
if (now.getDay() == 5)
document.write("終於星期五了@.@事情也告一段落嚕^O^")

if (now.getDay() == 6)
document.write("星期六了^Q^有啥計畫呢?")

if (now.getDay() == 0)
document.write("星期日>Q<好好的休息一下吧~!")

if (now.getDay() == 1)
document.write("星期一Q_Q又得開始辛苦工作上班嚕")

if (now.getDay() == 2)
document.write("星期二~_~要加油唷~!")

if (now.getDay() == 3)
document.write("星期三了o_O要去爬山嗎@@?")

if (now.getDay() == 4)
document.write("星期四>0<快了^^~!!")
document.write("</b></center></font>")

</script>

<p><font color="#0000FF">站 長:</font><font color="#FF0066">珍妮</font>
<p><font color="#0000FF">性別:</font><font color="#FF0066">女<span style="font-family: 新細明體; mso-bidi-font-family: Times New Roman; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">♀</span></font></p>
<p><font color="#0000FF">生日</font><font color="#ffccff">:</font><font face="Arial" color="#FF0066">97.5.20</font></p>
<p><font color="#0000FF">星座:</font><font color="#FF0066">金牛座</font></p>
<p><font color="#0000FF">血型:</font><font color="#FF0066"><font face="Arial">?_?
</font>型</font></p>
<p><font color="#0000FF">興趣:</font><font color="#FF0066">灌水^^</font></p>
<p><font color="#0000FF">住在:</font><font color="#FF0066">地球</font></p>
<p><font color="#0000FF">學歷:</font><font color="#FF0066">國中^^&)</font></p>
<p><font color="#0000FF">ICQ:</font><font color="#FF0066">107396156...</font></p>
<p><font color="#FF0066"><font face="Arial"><a href="mailto:E-mail:jennyliu520@yahoo.com.tw">E-mail</a></font><a href="mailto:E-mail:jennyliu520@yahoo.com.tw">:jennyliu520@yahoo.com.tw</a></font>
<p><font color="#FF0066">&&&&&&&&&&&&&&&
<a href="http://msm.pchome.com.tw/wmail/mailbox. ... </font></p>

</BODY>

這是什麼哇高
圖檔まつざか だいすけ

Jenny
究級玩家
究級玩家
文章: 7142
註冊時間: 週六 7月 07, 2001 8:00 am

文章 Jenny » 週日 6月 01, 2003 5:08 pm

那我把他坎掉ㄅ~~
Jenny's Swimming Pool
圖檔

peter_zhong
究級玩家
究級玩家
文章: 7719
註冊時間: 週四 7月 19, 2001 8:00 am

文章 peter_zhong » 週日 6月 01, 2003 4:53 pm

亨亨亨...竟然貼上來...
圖檔まつざか だいすけ

Jenny
究級玩家
究級玩家
文章: 7142
註冊時間: 週六 7月 07, 2001 8:00 am

文章 Jenny » 週日 6月 01, 2003 4:20 pm

我之前是有做一個啦 但是看起來很幼稚..@@
Jenny's Swimming Pool
圖檔

Jenny
究級玩家
究級玩家
文章: 7142
註冊時間: 週六 7月 07, 2001 8:00 am

文章 Jenny » 週日 6月 01, 2003 4:15 pm

界你參考看看@@ 不要跟我說不會用喔...

<html>

<head>


<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:PINK;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:PINK;
scrollbar-arrow-color:PINK;
scrollbar-track-color:#FFFFFF;
}
-->
</STYLE>
<base target="_self">

<title></title>
</head>

<body onunload="window.alert('好玩嗎^^?')" background="../jenny/56.gif" bgproperties="fixed">







<div id="fade" style="width:180px; text-align:center;"></div>
<div id="fade" style="width:180px; text-align:center;"></div>
<div id="fade" style="width:180px; text-align:center;"></div>




<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border:10 dotted #ffcccc"
</script>

<p>
<marquee align="middle" behavior="slide">歡迎來到Jenny的窩^^...</marquee>
</p>





<SCRIPT language=JavaScript1.2></script>

<SCRIPT language=JavaScript1.2>

<!-- Begin
var no = 12;
var speed = 10;
STAR = new Array();
STAR[0] = "http://home.pchome.com.tw/good/san914/loveheart.gif";
STAR[1] = "http://home.pchome.com.tw/good/san914/loveheart.gif";

var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 1800;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
j = 0;

for (i = 0; i < no; ++ i) {
dx = 0; // set coordinate variables
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\"" + STAR[j] + "\" border=\"0\"></layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\"" + STAR[j] + "\" border=\"0\"></layer>");
}
} else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +" VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + STAR[j] + "\" border=\"0\"></div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +" VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + STAR[j] + "\" border=\"0\"></div>");
}
}
if (j == (STAR.length-1)) { j = 0; } else { j += 1; }
}

function STAR_NS() {
for (i = 0; i < no; ++ i) {
yp += sty;
if (yp > doc_height-50) {
xp = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("STAR_NS()", speed);
}

function STAR_IE() {
for (i = 0; i < no; ++ i) {
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("STAR_IE()", speed);
}

if (ns4up) {
STAR_NS();
} else if (ie4up) {
STAR_IE();
}
// End -->
</SCRIPT>
<p align="center"><font color="#993366" size="6"><script
language="JavaScript">
<!-- HIDE ME FROM THAT BROWSER
var timerID = null
var timerRunning = false
var stardate = new Date()
var startime = gettotalsecond(stardate)
function stopclock(){
// cannot directly test timerID on DEC OSF/1 in beta 4.
if(timerRunning)
clearTimeout(timerID)
timerRunning = false
}
function startclock(){
// Make sure the clock is stopped
stopclock()
showtime()
}
function gettotalsecond(getdate) {
var hours = getdate.getHours()
var minutes = getdate.getMinutes()
var seconds = getdate.getSeconds()
var gettotalsecond = seconds + minutes * 60 + hours * 3600
return(gettotalsecond)
}
function showtime(){
var now = new Date()
var timeValue = gettotalsecond(now)
document.clock.face.value = timeValue - startime
timerID = setTimeout("showtime()",1000)
timerRunning = true
}
//-->
<!--

var username = GetCookie('username');
if (username == null) {
username = prompt('歡迎您來到珍妮的窩,不知如何稱呼您呢(輸入一次即可^0^)?',"");
if (username == null) {
alert('不好意思嗎?那暫時稱呼您為QOO好了~!');
username = '酷兒^^';
} else {
pathname = location.pathname;
myDomain = pathname.substring(0,pathname.lastIndexOf('/')) +'/';
var largeExpDate = new Date ();
largeExpDate.setTime(largeExpDate.getTime() + (30 * 24 * 3600 * 1000));
SetCookie('username',username,largeExpDate,myDomain);
}
}

function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0)
break;
}

return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" +
expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
// -->
document.write('<font color=#ff0051>Hi~!您好^o^ </font><font color="#001bff"><strong> '+username+'</strong></font><font color="blue"> </font><font color=red><b> </b></font><b><font color=#aa44bb></b></font><font color=red><b><b></font>');
// --></script></font></td>
</tr>
<script language="JavaScript">
document.write("<center><font size=+1><b>")
now = new Date()
if (now.getDay() == 5)
document.write("終於星期五了@.@事情也告一段落嚕^O^")

if (now.getDay() == 6)
document.write("星期六了^Q^有啥計畫呢?")

if (now.getDay() == 0)
document.write("星期日>Q<好好的休息一下吧~!")

if (now.getDay() == 1)
document.write("星期一Q_Q又得開始辛苦工作上班嚕")

if (now.getDay() == 2)
document.write("星期二~_~要加油唷~!")

if (now.getDay() == 3)
document.write("星期三了o_O要去爬山嗎@@?")

if (now.getDay() == 4)
document.write("星期四>0<快了^^~!!")
document.write("</b></center></font>")

</script>

<p><font color="#0000FF">站 長:</font><font color="#FF0066">珍妮</font>
<p><font color="#0000FF">性別:</font><font color="#FF0066">女<span style="font-family: 新細明體; mso-bidi-font-family: Times New Roman; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-TW; mso-bidi-language: AR-SA">♀</span></font></p>
<p><font color="#0000FF">生日</font><font color="#ffccff">:</font><font face="Arial" color="#FF0066">97.5.20</font></p>
<p><font color="#0000FF">星座:</font><font color="#FF0066">金牛座</font></p>
<p><font color="#0000FF">血型:</font><font color="#FF0066"><font face="Arial">?_?
</font>型</font></p>
<p><font color="#0000FF">興趣:</font><font color="#FF0066">灌水^^</font></p>
<p><font color="#0000FF">住在:</font><font color="#FF0066">地球</font></p>
<p><font color="#0000FF">學歷:</font><font color="#FF0066">國中^^&)</font></p>
<p><font color="#0000FF">ICQ:</font><font color="#FF0066">107396156...</font></p>
<p><font color="#FF0066"><font face="Arial"><a href="mailto:E-mail:jennyliu520@yahoo.com.tw">E-mail</a></font><a href="mailto:E-mail:jennyliu520@yahoo.com.tw">:jennyliu520@yahoo.com.tw</a></font>
<p><font color="#FF0066">&&&&&&&&&&&&&&&
<a href="http://msm.pchome.com.tw/wmail/mailbox. ... </font></p>

</BODY>
最後由 Jenny 於 週日 6月 01, 2003 5:11 pm 編輯,總共編輯了 1 次。
Jenny's Swimming Pool
圖檔

peter_zhong
究級玩家
究級玩家
文章: 7719
註冊時間: 週四 7月 19, 2001 8:00 am

文章 peter_zhong » 週日 6月 01, 2003 4:09 pm

不會做 :oops:
圖檔まつざか だいすけ

Jenny
究級玩家
究級玩家
文章: 7142
註冊時間: 週六 7月 07, 2001 8:00 am

文章 Jenny » 週日 6月 01, 2003 4:06 pm

好阿 我要看~~~~
Jenny's Swimming Pool
圖檔

peter_zhong
究級玩家
究級玩家
文章: 7719
註冊時間: 週四 7月 19, 2001 8:00 am

老實說...

文章 peter_zhong » 週日 6月 01, 2003 4:03 pm

我想做自己的網站...
由於因為我太笨了吧...或是太懶...所以不想做...
到底該做不做?....我哪知道
圖檔まつざか だいすけ

回覆文章

回到「Wild Knight狂怒騎士團」

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 6 位訪客