PIXNET Logo登入

新人報到~!!的部落格

跳到主文

歡迎光臨新人報到~!!在痞客邦的小天地

部落格全站分類:職場甘苦

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 6月 04 週三 200820:57
  • 載入讀取效果

語法展示::   http://home.graffiti.net/wjkgfgfbf/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。 <SCRIPT type=text/javascript>
<!--
var ie5 = (document.all && document.getElementsByTagName);
var step = 0;
function setSB(v, el, inforEl, message) {
if (ie5 || document.readyState == "complete") {
filterEl = el.children[0];
valueEl = el.children[1];
if (filterEl.style.pixelWidth > 0) {
var filterBackup = filterEl.style.filter;
filterEl.style.filter = "";
filterEl.style.filter = filterBackup;
}
filterEl.style.width = v + "%";
valueEl.innerText = v + "%";
inforEl.innerText = message;
}
}
function setSBByStep(v, el, inforEl, message) {
if (ie5 || document.readyState == "complete") {
step = step + v;
filterEl = el.children[0];
valueEl = el.children[1];
if (filterEl.style.pixelWidth > 0) {
var filterBackup = filterEl.style.filter;
filterEl.style.filter = "";
filterEl.style.filter = filterBackup;
}
filterEl.style.width = step + "%";
valueEl.innerText = step + "%"
inforEl.innerText = message;
}
}
function fakeProgress(v, el) {
if (v >= 101)
location.href="http://sheng.phy.nknu.edu.tw/";  _fcksavedurl=""http://blog.pixnet.net/como0925"; " //載入網址
else {
setSB(v, el, infor, "載入中,請稍候...") //載入說明
window.setTimeout("fakeProgress(" + (v + 1) + ", document.all['" + el.id + "'])", 80);
}
}
//-->
</SCRIPT>
<DIV align=center>
<DIV id=sb style="BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BACKGROUND: #99ccff; BORDER-LEFT: medium none; WIDTH: 400px; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 14px; TEXT-ALIGN: left">
<DIV id=sbChild1 style="FILTER: Alpha(Opacity=0, FinishOpacity=80, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0); OVERFLOW: hidden; WIDTH: 100%; POSITION: absolute; HEIGHT: 12px">
<DIV style="BACKGROUND: #000000; WIDTH: 100%" ;height:12px; overflow:hidden></DIV></DIV>
<DIV style="FONT-SIZE: 10px; WIDTH: 400px; COLOR: white; FONT-FAMILY: arial; POSITION: absolute; HEIGHT: 14px; TEXT-ALIGN: center">
</DIV></DIV>
<!-- Status Bar Ends -->
<P></P>
<DIV id=infor style="FONT-SIZE: 30px; WIDTH: 100%; COLOR: #999999; FONT-FAMILY: arial; POSITION: relative; HEIGHT: 14px; TEXT-ALIGN: center">
</DIV></DIV>
將以下程式碼複製,貼在<body >標籤裡面。
 onload=fakeProgress(0,sb)
(繼續閱讀...)
文章標籤

新人報到~!! 發表在 痞客邦 留言(0) 人氣(0)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200814:21
  • 瀏覽時間限制

語法展示::  http://home.graffiti.net/lghfdgsfsfds/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<script language="JavaScript">
<!--
var limit="1:15"
if (document.images){
var parselimit=limit.split(":")
parselimit=parselimit[0]*60+parselimit[1]*1
}
function begintimer(){
if (!document.images)
return
if (parselimit==1)
window.location="225.htm"
else{ 
parselimit-=1
curmin=Math.floor(parselimit/60)
cursec=parselimit%60
if (curmin!=0)
curtime="你尚有 "+curmin+" 分 "+cursec+" 秒可瀏覽"
else
curtime="你只剩 "+cursec+" 秒就需離開喔"
window.status=curtime
setTimeout("begintimer()",1000)
}
}
-->
</script>

在 var limit="1:15" 中修改限定的瀏覽時間
在 window.location="225.htm" 中修改時間到後要前往的網頁
在 curtime="你尚有 "+curmin+" 分 "+cursec+" 秒可瀏覽" 中修改時間剩下一分鐘以上時的提示訊息
在 curtime="你只剩 "+cursec+" 秒就需離開喔" 中修改時間剩下六十秒以下時的提示訊息

將以下程式碼複製,貼在<body >標籤裡面。

 onload="begintimer()"
(繼續閱讀...)
文章標籤

新人報到~!! 發表在 痞客邦 留言(0) 人氣(0)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200814:16
  • 四方開啟視窗2

語法展示::  http://home.graffiti.net/swdffdgd/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<script language="JavaScript1.2">
<!--
var speed=20
if (document.layers){
var reference=window.innerWidth/window.innerHeight
var temp=eval("document.i1.clip")
temp.left=temp.top=0
temp.right=window.innerWidth
temp.bottom=window.innerHeight
}
else if (document.all){
var reference=document.body.clientWidth/document.body.clientHeight
var rightclip,leftclip,topclip,bottomclip
var temp=document.all.i1.style
topclip=leftclip=0
rightclip=temp.width=document.body.clientWidth
bottomclip=temp.height=document.body.clientHeight
}
function doit(){
window.scrollTo(0,0)
if (document.layers){
if (temp.left>window.innerWidth/2)
clearInterval(stopit)
temp.left+=reference*speed
temp.top+=speed
temp.right-=reference*speed
temp.bottom-=speed
}
else if (document.all){
if (leftclip>document.body.clientWidth/2)
clearInterval(stopit)
temp.clip="rect( "+topclip+" "+rightclip+" "+bottomclip+" "+leftclip+")"
leftclip+=reference*speed
topclip+=speed
rightclip-=reference*speed
bottomclip-=speed
}
}
stopit=setInterval("doit()",100)
-->
</script>

在 (11905510852.jpg) 中修改四方的底圖
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
(繼續閱讀...)
文章標籤

新人報到~!! 發表在 痞客邦 留言(0) 人氣(0)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200814:11
  • 四方開啟視窗

語法展示::   http://home.graffiti.net/jgfgfdsesafdaea/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。

<div id="i1" class="intro" style="background-color: #FF00FF"></div>
<script language="JavaScript1.2">
<!--
var speed=20
if (document.layers){
var reference=window.innerWidth/window.innerHeight
var temp=eval("document.i1.clip")
temp.left=temp.top=0
temp.right=window.innerWidth
temp.bottom=window.innerHeight
}
else if (document.all){
var reference=document.body.clientWidth/document.body.clientHeight
var rightclip,leftclip,topclip,bottomclip
var temp=document.all.i1.style
topclip=leftclip=0
rightclip=temp.width=document.body.clientWidth
bottomclip=temp.height=document.body.clientHeight
}
function doit(){
window.scrollTo(0,0)
if (document.layers){
if (temp.left>window.innerWidth/2)
clearInterval(stopit)
temp.left+=reference*speed
temp.top+=speed
temp.right-=reference*speed
temp.bottom-=speed
}
else if (document.all){
if (leftclip>document.body.clientWidth/2)
clearInterval(stopit)
temp.clip="rect( "+topclip+" "+rightclip+" "+bottomclip+" "+leftclip+")"
leftclip+=reference*speed
topclip+=speed
rightclip-=reference*speed
bottomclip-=speed
}
}
stopit=setInterval("doit()",100)
-->
</script>

在 style="background-color: #FF00FF" 中修改四方的顏色
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
(繼續閱讀...)
文章標籤

新人報到~!! 發表在 痞客邦 留言(0) 人氣(0)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200814:05
  • 左右開啟視窗2

語法展示::  http://home.graffiti.net/kjghjghjgf/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i2" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=2;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth/2
temp[i].height=window.innerHeight
temp2[i].left=(i-1)*temp[i].width
}
}
else if (document.all){
var clipright=document.body.clientWidth/2,clipleft=0
for (i=1;i<=2;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth/2
temp[i].height=document.body.offsetHeight
temp[i].left=(i-1)*parseInt(temp[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
temp[1].right-=speed
temp[2].left+=speed
if (temp[2].left>window.innerWidth/2)
clearInterval(stopit)
}
else if (document.all){
clipright-=speed
temp[1].clip="rect(0 "+clipright+" auto 0)"
clipleft+=speed
temp[2].clip="rect(0 auto auto "+clipleft+")"
if (clipright<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 (11905510852.jpg) 中修改左右條的底圖
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>

(繼續閱讀...)
文章標籤

新人報到~!! 發表在 痞客邦 留言(0) 人氣(0)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200813:59
  • 左右開啟視窗1

語法展示::  http://home.graffiti.net/lkhhhdfxhd/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background-color: #FFFFFF"></div>
<div id="i2" class="intro" style="background-color: #FFFFFF"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=2;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth/2
temp[i].height=window.innerHeight
temp2[i].left=(i-1)*temp[i].width
}
}
else if (document.all){
var clipright=document.body.clientWidth/2,clipleft=0
for (i=1;i<=2;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth/2
temp[i].height=document.body.offsetHeight
temp[i].left=(i-1)*parseInt(temp[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
temp[1].right-=speed
temp[2].left+=speed
if (temp[2].left>window.innerWidth/2)
clearInterval(stopit)
}
else if (document.all){
clipright-=speed
temp[1].clip="rect(0 "+clipright+" auto 0)"
clipleft+=speed
temp[2].clip="rect(0 auto auto "+clipleft+")"
if (clipright<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 style="background-color: #FFFFFF" 中修改左右條的顏色
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
(繼續閱讀...)
文章標籤

新人報到~!! 發表在 痞客邦 留言(0) 人氣(0)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200813:48
  • 垂直開啟視窗2

語法展示::  http://home.graffiti.net/ghjghjf22we/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。

<div id="i1" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i2" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i3" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i4" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i5" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i6" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i7" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i8" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=8;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth/8-0.3
temp[i].height=window.innerHeight
temp2[i].left=(i-1)*temp[i].width
}
}
else if (document.all){
var clipbottom=document.body.offsetHeight,cliptop=0
for (i=1;i<=8;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth/8
temp[i].height=document.body.offsetHeight
temp[i].left=(i-1)*parseInt(temp[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
for (i=1;i<=8;i=i+2)
temp[i].bottom-=speed
for (i=2;i<=8;i=i+2)
temp[i].top+=speed
if (temp[2].top>window.innerHeight)
clearInterval(stopit)
}
else if (document.all){
clipbottom-=speed
for (i=1;i<=8;i=i+2){
temp[i].clip="rect(0 auto+"+clipbottom+" 0)"
}
cliptop+=speed
for (i=2;i<=8;i=i+2){
temp[i].clip="rect("+cliptop+" auto auto)"
}
if (clipbottom<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 (11905510852.jpg) 中修改垂直條的底圖
在 var speed=20 中修改特效的速度
 
將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>

(繼續閱讀...)
文章標籤

新人報到~!! 發表在 痞客邦 留言(0) 人氣(0)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200813:42
  • 垂直開啟視窗1

語法展示::  http://home.graffiti.net/svfdgfdeee/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background-color: #0000FF"></div>
<div id="i2" class="intro" style="background-color: #0000FF"></div>
<div id="i3" class="intro" style="background-color: #0000FF"></div>
<div id="i4" class="intro" style="background-color: #0000FF"></div>
<div id="i5" class="intro" style="background-color: #0000FF"></div>
<div id="i6" class="intro" style="background-color: #0000FF"></div>
<div id="i7" class="intro" style="background-color: #0000FF"></div>
<div id="i8" class="intro" style="background-color: #0000FF"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=8;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth/8-0.3
temp[i].height=window.innerHeight
temp2[i].left=(i-1)*temp[i].width
}
}
else if (document.all){
var clipbottom=document.body.offsetHeight,cliptop=0
for (i=1;i<=8;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth/8
temp[i].height=document.body.offsetHeight
temp[i].left=(i-1)*parseInt(temp[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
for (i=1;i<=8;i=i+2)
temp[i].bottom-=speed
for (i=2;i<=8;i=i+2)
temp[i].top+=speed
if (temp[2].top>window.innerHeight)
clearInterval(stopit)
}
else if (document.all){
clipbottom-=speed
for (i=1;i<=8;i=i+2){
temp[i].clip="rect(0 auto+"+clipbottom+" 0)"
}
cliptop+=speed
for (i=2;i<=8;i=i+2){
temp[i].clip="rect("+cliptop+" auto auto)"
}
if (clipbottom<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 style="background-color: #0000FF" 中修改垂直條的顏色
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
(繼續閱讀...)
文章標籤

新人報到~!! 發表在 痞客邦 留言(0) 人氣(0)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200813:26
  • 上下開啟視窗2

語法展示::   http://home.graffiti.net/hhghdgdg/
請用IE6.0或更新版本觀看語法特效展示
將以下程式碼複製,貼在<head>及</head>標籤之間。

<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<div id="i2" class="intro" style="background:url(11905510852.jpg); border: 1px none"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=2;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth
temp[i].height=window.innerHeight/2
temp2[i].top=(i-1)*temp[i].height
}
}
else if (document.all){
var clipbottom=document.body.offsetHeight/2,cliptop=0
for (i=1;i<=2;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth
temp[i].height=document.body.offsetHeight/2
temp[i].top=(i-1)*parseInt(temp[i].height)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
temp[1].bottom-=speed
temp[2].top+=speed
if (temp[1].bottom<=0)
clearInterval(stopit)
}
else if (document.all){
clipbottom-=speed
temp[1].clip="rect(0 auto+"+clipbottom+" 0)"
cliptop+=speed
temp[2].clip="rect("+cliptop+" auto auto)"
if (clipbottom<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 (../photo/body1.gif) 中修改上下條的底圖
在 var speed=20 中修改特效的速度
(繼續閱讀...)
文章標籤

新人報到~!! 發表在 痞客邦 留言(0) 人氣(0)

  • 個人分類:網頁語法特效~視窗
▲top
  • 5月 23 週五 200813:17
  • 上下開啟視窗1

語法展示::   http://home.graffiti.net/vcnmcghnx/
請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<body>及</body>標籤之間。
<div id="i1" class="intro" style="background-color: #FF0000"></div>
<div id="i2" class="intro" style="background-color: #FF0000"></div>
<script language="JavaScript1.2">
<!--
var speed=20
var temp=new Array()
var temp2=new Array()
if (document.layers){
for (i=1;i<=2;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth
temp[i].height=window.innerHeight/2
temp2[i].top=(i-1)*temp[i].height
}
}
else if (document.all){
var clipbottom=document.body.offsetHeight/2,cliptop=0
for (i=1;i<=2;i++){
temp[i]=eval("document.all.i"+i+".style")
temp[i].width=document.body.clientWidth
temp[i].height=document.body.offsetHeight/2
temp[i].top=(i-1)*parseInt(temp[i].height)
}
}
function openit(){
window.scrollTo(0,0)
if (document.layers){
temp[1].bottom-=speed
temp[2].top+=speed
if (temp[1].bottom<=0)
clearInterval(stopit)
}
else if (document.all){
clipbottom-=speed
temp[1].clip="rect(0 auto+"+clipbottom+" 0)"
cliptop+=speed
temp[2].clip="rect("+cliptop+" auto auto)"
if (clipbottom<=0)
clearInterval(stopit)
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
-->
</script>

在 style="background-color: #FF0000" 中修改上下條的顏色
在 var speed=20 中修改特效的速度

將以下程式碼複製,貼在<head>及</head>標籤之間。
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
}
-->
</style>
(繼續閱讀...)
文章標籤

新人報到~!! 發表在 痞客邦 留言(0) 人氣(0)

  • 個人分類:網頁語法特效~視窗
▲top
12...5»

個人資訊

新人報到~!!
暱稱:
新人報到~!!
分類:
職場甘苦
好友:
累積中
地區:

熱門文章

  • (325)Beautyleg No.254 Sunny

文章分類

  • 散文小品 (78)
  • 唯美人物寫真 (16)
  • 電影討論區 (0)
  • 網頁素材 (0)
  • 時尚流行品味 (113)
  • 美容纖體天地 (16)
  • 寵物天地 (112)
  • 網頁語法特效~保密類 (8)
  • 網頁語法特效~綜合類 (1)
  • 網頁語法特效~圖片特效 (32)
  • 網頁語法特效~訊息、文字 (48)
  • 網頁語法特效~更換背景顏色 (14)
  • 網頁語法特效~滑鼠 (51)
  • 居家生活小撇步與健康 (192)
  • 網頁語法特效~背景圖 (26)
  • 網頁語法特效~視窗 (48)
  • 心理測驗 (69)
  • 星座星情 (71)
  • 網頁語法特效~超連結 (37)
  • 網頁語法特效~日期時間 (50)
  • 網頁語法特效~偵測 (10)
  • 網頁語法特效~跑馬燈 (30)
  • 未分類 (0)
  • 科技軍事貼圖 (25)
  • 搞笑圖 (35)
  • Uncategoried (31)
  • 未分類文章 (1)

最新文章

  • 父親的床
  • 人生只有一次
  • 旋轉木馬
  • 幸福=夢想+堅持
  • 責任
  • 四個人
  • 泛黃
  • 【沒什麼....只是我愛妳....】
  • 怎麼可能? 不用把妹就會有正妹當你女朋友!?
  • 赤裸的天使在草原上放風箏

動態訂閱

文章精選

文章搜尋

誰來我家

參觀人氣

  • 本日人氣:
  • 累積人氣: