加入我的最愛  |   設定為首頁  |   圖片上載  論壇音樂模式    非音樂模式   
 
I-See 論壇

I-See 論壇 註冊 登錄 會員 勳章中心 MSN宣傳系統 虛擬形象 音樂盒中心 隨機圖片中心 Flash 遊戲 會員相冊 新手手冊 娛樂設施 幫助 簡體中文 界面風格




 發新回覆
發新主題 發新投票
標題: xanga語法``加新了,,有將歌同MV放係xg既語法牙``
載入中 ...
sally_foreverfd
初生嬰兒




會員編號 279577
精華 0
積分 270
帖子 9
威望 0 點
I-See幣 10629 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2007-2-24
註冊天數 6273
來自 Hong Kong
狀態 離線
  只顯示 sally_foreverfd 的帖子
發表於 2008-3-27 03:51 PM  資料  短消息  加為好友 
xanga語法``加新了,,有將歌同MV放係xg既語法牙``

♥防止抄襲篇♥
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

Mouse右鍵無效,Highlight無效
<!--- begin code provided by kkx3.com--->
<body onselectstart="return false;" ondragstart="return false;" oncontextmenu="return false;">
<!--- end code provided by kkx3.com--->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


按右鍵會彈出警告
<!--- begin code provided by kkx3.com--->
<script language="javascript">
if (navigator.appName.indexOf("Internet Explorer") != -1)
document.onmousedown = noSourceExplorer;
function noSourceExplorer(){if (event.button == 2 |
event.button == 10){alert(" 警告字眼 ")
;}}</script>
<!--- end code provided by kkx3.com--->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


Right click會開新視窗
<!--- begin code provided by kkx3.com--->
<script language=javascript>
function click(){
if(event.button==2){earthquake()
alert("警告的字")
window.open("http://kkx3.com")
;}
}document.onmousedown=click
function earthquake(){
window.moveTo(1000,5000)
}
</script>
<!--- end code provided by kkx3.com--->
♥ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ♥
            
♥視窗篇♥
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


進入時彈出視窗
<!--- Start Code Provided By kkx3.com --->
<script language="JavaScript">
<!--
alert("在此打字");
//-->
</script>
<!--- End Code Provided By kkx3.com --->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


離開時彈出視窗
<script language="JavaScript">
function UserExit(){
alert("在此打字");
}</script>
<body onUnload="UserExit()">
♥ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ♥
                 
♥圖片篇♥
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


普通加圖
<!--- BEGIN CODE PROVIDED BY KKX3.COM --->
<IMG SRC="圖片網址">
<!--- END CODE PROVIDED BY KKX3.COM --->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


整到D圖郁
<!--- BEGIN CODE PROVIDED BY KKX3.COM --->
<MARQUEE behavior=alternate width=500>
<img src="圖片網址">
</MARQUEE>
<!--- END CODE PROVIDED BY KKX3.COM --->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


令張圖上下左右郁
<!--- BEGIN CODE PROVIDED BY KKX3.COM --->
<marquee direction="down" height=100 width=100 scrollamount="2">
<img src="圖片網址">
</marquee>
<!--- END CODE PROVIDED BY KKX3.COM --->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


圖片透明化
<!--- BEGIN CODE PROVIDED BY KKX3.COM --->
<img style="FILTER: alpha(opacity=50)" onmouseout=makevisible(this,1) src="圖片網址">
<!--- END CODE PROVIDED BY KKX3.COM --->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


Mouse掂到圖時會Hold住
<!--- BEGIN CODE PROVIDED BY KKX3.COM --->
<marquee scrollamount='100' scrolldelay='1' direction= 'left' width='300' height='100' id=xiaoqing onmouseover=xiaoqing.stop() onmouseout=xiaoqing.start()>
<IMG src="圖片網址">
</marquee>
<!--- END CODE PROVIDED BY KKX3.COM --->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


按圖進入
<!--- BEGIN CODE PROVIDED BY KKX3.COM --->
<script type='text/javascript'>
var image = ' 圖片網址 ';

function enterSite() {
document.getElementById('splash').style.display = 'none';
var content = document.getElementsByTagName("center");
for (var i=0; i<content.length;i++) {
content.style.display = 'block';
}
return false;
}

if (document.title.slice(-10) == 'Xanga Site') {
document.write('</span></center><style type="text/css"> center {display:none;} .image {border:0px} </style><table height="100%" width="100%" id="splash"><tr><td align="center" valign="middle" style="text-align:center !important;"><a href="#" onclick="return enterSite();"><img src="'+ image +'" border="0" class="image"></a></td></tr></table><center><span>');
}
</script>
<!--- END CODE PROVIDED BY KKX3.COM --->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


圖片變黑白 (MOUSE 指著時變回彩色)
<!-- begin code provided by kkx3.com -->
<img src="圖片網址" style="filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)" onmouseover="this.style.filter = 'progid:DXImageTransform.Microsoft.BasicImage(grayscale=0)'" onmouseout="this.style.filter = 'progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)'">
<!-- end code provided by kkx3.com -->
♥ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ♥

♥日記篇♥
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


日記版面縮小
<!--- [Start] code provided by kkx3.com ---> <style>
body{
border-right: (10)px dotted;
border-top: (10)px dotted;
border-left: (10)px dotted;
border-bottom: (10)px dotted;
border-color:#(顏色碼);
}</style> <!--- [End] code provided by kkx3.com --->

() = 可改
♥ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ♥

♥飄圖篇♥
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

大水晶雪花
<EMBED style="LEFT: 0px; POSITION: absolute; TOP: 0px; " align=right src=http://imgfree.21cn.com/free/flash/64.swf width=1024 height=1000 type=application/x-shockwave-flash wmode="transparent" quality="high">
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


細雪花
<EMBED style="LEFT: 0px; POSITION: absolute; TOP: 0px; " align=right src=http://imgfree.21cn.com/free/flash/68.swf width=1024 height=1000 type=application/x-shockwave-flash wmode="transparent" quality="high">
♥ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ♥

♥滑鼠篇♥
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------


滑鼠
<STYLE TYPE="text/css">p {align=justify}
BODY{cursor: url(圖片網址);}
a {cursor: url(圖片網址);}
</STYLE>
<b style=position:absolute;left:100;top:10;font-family:arial;font-size:8pt;></i><a href="http://www.xanga.com/cursorshelp">cursorshelp</a></b>
♥ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ♥

♥更新篇♥

CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

唔要左手面個人資料框
<!--- [start] code provided by kkx3.com --->
<style type="text/css">
.#rblEprops{display:none;}
#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops
/* get code from kkx3.com */
/* width of the comment page */
{width:340px;}
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer
{display: none;} </style>
<!--- [end] code provided by kkx3.com --->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

日記內容有框
<!--- [start] code provided by kkx3.com --->
<style type="text/css">
table.blogbody {border: 3px double #顏色碼;}
</style>
<!--- [end] code provided by kkx3.com --->
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

自動轉址
<!--- [start] code provided by kkx3.com --->
<script>
var kkx3_urla = '<m';
var kkx3_urlb = 'eta http-equiv="refresh" content="0;url=http://kkx3.net">';
document.write(kkx3_urla+kkx3_urlb);
</script>
<!--- [end] code provided by kkx3.com --->
一入去個網,,會轉去另一頁
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

捲軸
<!-- begin code provided by kkx3.com -->
<style>
body{
scrollbar-arrow-color: #顏色碼;
scrollbar-3dlight-color: #顏色碼;
scrollbar-highlight-color: #顏色碼;
scrollbar-face-color: #顏色碼;
scrollbar-track-color: #顏色碼;
scrollbar-shadow-color: #顏色碼;
scrollbar-darkshadow-color: #顏色碼;
}
</style>
<!-- end code provided by kkx3.com -->
將d .mpg檔(影片檔)放上xanga
<embed src="網址" true? loop="false">
----------------------------------------------------------------------------
放MV
<embed type="audio/x-pn-realaudio-plugin" c c height="180" width="220" autostart="false"><center><embed type="audio/x-pn-realaudio-plugin" c c height="44" width="220" autostart="true" src="網址">
或者呢個
<embed src="MV網址" width="240" height="80" autostart="-1"></embed>
width、height自行修改
----------------------------------------------------------------------------
整player有得禁play、stop button(即係我示範日記內所用)
<object id="darkplayer" codeBase=" 遊客無法瀏覽此圖片或下載點,請先註冊或登入會員。 ... p2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
<form name="form">
<p align="right">
<font face="Verdana">
<select style="font-size: 8pt; background-color: #FFFFFF; background-repeat: repeat; background-attachment: scroll; width: 154; color: #3399FF; font-face: verdana; height: 23; background-position: 0%" name="playlist" size="1">
<option value="0">歌名</option>
<option value="1">歌名</option>
</select><p align="right"><input style="BORDER-RIGHT: #色碼 粗度px double; BORDER-TOP: #色碼 粗度px double; FONT-SIZE: 8pt; BORDER-LEFT: #色碼 粗度px double; COLOR: #FF0080; BORDER-BOTTOM: #色碼 粗度px double; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #背景色"  type=button value=Play name=darkplay>
<input style="BORDER-RIGHT: #色碼 粗度px double; BORDER-TOP: #色碼 粗度px double; FONT-SIZE: 8pt; BORDER-LEFT: #色碼 粗度px double; COLOR: #FF0080; BORDER-BOTTOM: #色碼 粗度px double; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #背景色"  type=button value=Pause name=darkpause>  
<input style="BORDER-RIGHT: #色碼 粗度px double; BORDER-TOP: #色碼 粗度px double; FONT-SIZE: 8pt; BORDER-LEFT: #色碼 粗度px double; COLOR: #FF0080; BORDER-BOTTOM: #色碼 粗度px double; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #背景色"  type=button value=Stop name=darkstop></form>
<script language="JavaScript">
<!--
var playstate = 1;
shuffle = // set to 0 to always play first song in list
// set to 1 to randomly choose the first song to play
// unlimited songs, just copy and paste the song line and change the number
songs=new Array();
songs[0]=" 歌網址"
songs[1]=" 歌網址"
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms[form].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
} //--></script>

DOUBLE就係兩條線(即係你0係我日記所見)
亦可以改DOTTED(點),SOLID(線)
背景色就係果個禁PLAY果度GE背景色
放係Input your own Header HTML
----------------------------------------------------------------------------
MUSIC BOX
<script language="javascript">
function songstop(){
if (document.layers) {document.ram.document.write(" "); document.lthhung.document.close()}
if (document.all) lthhung.netinnerHTML=" "}
function songplay(){
if (document.layers) {
document.lthhung.document.write("<embed src=+sound+ autostart=        rue loop=        rue width=Ɔ height=Ɔ>"); document.ram.document.close()}
if (document.all) lthhung.innerHTML="<embed src=\"+sound+" autostart=        rue loop=        rue width=Ɔ height=Ɔ>"}
function getNewSound(){
sound=document.hung.music.options[document.hung.music.selectedIndex].value;
songstop()
songplay()}
</script>
<a id="lthhung"></a>
<form name="hung">
<select  size="1" name="music">
<option style="BACKGROUND-COLOR  urple;color  ink" >
*選首您喜歡的音樂*</option>
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR  ink;color  urple" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR  ink;color  urple" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR  ink;color  urple" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
</select>
</form>
放係Input your own Header HTML
----------------------------------------------------------------------------
背景隨機音樂(無得揀歌無得STOP果D。)
<script Language="JavaScript">
tips = new Array(2);
tips[0] = "歌網址";
tips[1] = "歌網址";
index = Math.floor(Math.random() * tips.length);
document.write("<EMBED SRC=" + tips[index] + " autostart=true width=0 height=0 loop=true hidden=TRUE></EMBED>");
</script>
加歌時:不停COPY網址
記得有幾多首歌就要轉紅色數字
放係Input your own Header HTML
----------------------------------------------------------------------------
點樣整一個 mtv (係 *.wmv ) 入我個 header 度呀??
首先在look & feel裡 Custom Header click左 Input your own Header HTML ...
跟住放此語法在下面的"Your HTML"內
 <EMBED src=音樂檔的位置>
----------------------------------------------------------------------------
Upload問題:如果唔想用日本Geocities
遊客無法瀏覽此圖片或下載點,請先註冊或登入會員。
可以試下Angelfire
遊客無法瀏覽此圖片或下載點,請先註冊或登入會員。 target=_blank>http://www.angelfire.com遊客無法瀏覽此圖片或下載點,請先註冊或登入會員。
------------------------------------------------------------------------------------------------
除Xanga內字型另外想要其他字型:
需要上一些專dl字型GE網度DL。
但係你用黎寫日記要小心,因為未必人人睇到你寫咩
因為你裝左果隻字唔等於人地都有,所以唔係個個睇到。
最好用番電腦入面已經有GE字型寫會好好多。
想知d字型係點你可以0係word度打字~果度都有字型俾你揀。
-------------------------------------------------------------------------------------
唔要Xanga內某些部分:
唔要posting calendar
<script language="javascript"><!--
// original by sean, 遊客無法瀏覽此圖片或下載點,請先註冊或登入會員。
if (location.href.match ("home.aspx")) {
var ht = document.getElementsByTagName (        able);
for (var t = 0; t < 10; t++) {
str = ht[t].cells[0].innerHTML;
if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none";
}
}
//--></script>
放係website stats
----------------------------------------------------------------------------
唔要廣告
<!--AdRemover-->
<!--Screennaimless code created by Anti_fukin_social-->
<!-- 遊客無法瀏覽此圖片或下載點,請先註冊或登入會員。></table></td></tr></tr></td></table>
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<ilayer name=""><div id="" style="width:1; height:1; BACKGROUND: #; FILTER: alpha(opacity=0); overflow:auto">
<!--Finished-->
<!--End Of AdRemover-->
放係website stats度,最底。
------------------------------------------------------------------------------------------------
想唔要xanga最低果行"xanga - join - upgrade - skins - about - terms of use - privacy - help - contact us - sign in":::
<style type="text/css">
table.footer { display:none; }
</style>
放去website stats
------------------------------------------------------------------------------------------------




唔要左手面個人資料框
<style type="text/css">
.#rblEprops{display:none;}
#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops
/* width of the comment page */
{width:340px;}
.leftmoduletitlebar, .leftmoduleborder, .leftmoduleinterior, table.left, table.left TH, table.left TD, table.navigation, table.footer
{display: none;} </style>
放website stats
請記得要加番一d超連結,唔係無左左手面GE框係改唔到LOOK & FEEL內GE野。
加超連結例子:
<a href="網址">look & feel</a>
------------------------------------------------------------------------------------------------
唔要個日記想shut down:
遊客無法瀏覽此圖片或下載點,請先註冊或登入會員。
可以shut down。
------------------------------------------------------------------------------------------------
點樣可以將左邊d野調去右邊
<!-- begin code provided by createblog.com -->
<script language="Javascript">
// original by sean 遊客無法瀏覽此圖片或下載點,請先註冊或登入會員。
var tds = document.getElementsByTagName("td");
for (var i = 0; i < tds.length; i++){
if (tds.width == "200"){
tds.parentNode.appendChild(tds.cloneNode(true));
tds.parentNode.removeChild(tds);
break;
}}
</script>
<!-- end code provided by createblog.com -->
放ws
---------------------------------------------------------------------------------------------------
倒數器
<script language="JavaScript1.2">
var today = new Date;
var Future0 = new Date;
var BirthMonth = 你想邊月;
var BirthDate = 你想邊日;
var BirthYear = 你想邊年;
BirthMonth--;
Future0.setMonth(BirthMonth, BirthDate);
if (Date.parse(today) > Date.parse(Future0))
{
Future0.setFullYear(today.getYear()+1);
age = (today.getYear() - BirthYear) + 1;
}
else
{age = today.getYear() - BirthYear;}
if (age % 10 == 0)
ageend =         h
else if (age % 10 == 4)
ageend =         h
else if (age % 10 == 5)
ageend =         h
else if (age % 10 == 6)
ageend =         h
else if (age % 10 == 7)
ageend =         h
else if (age % 10 == 8)
ageend =         h
else if (age % 10 == 9)
ageend =         h
else if (age % 10 == 1)
ageend = st
else if (age % 10 == 2)
ageend =
d
else if (age % 10 == 3)
ageend =
d

var faraevent = "<font color=#色碼><i>my birthday</font>";
today1 = Date.parse(today);
future1 = Date.parse(Future0);
secleft = future1 - today1;
miliday = 24 * 60 * 60 * 1000;
daysleft = secleft/miliday;
daysleftint = Math.round(daysleft);
if (daysleftint > 1)
document.write(" ", daysleftint, " <font color=#色碼>days until my ", age, ageend, " birthday</font>");
else if (daysleftint == 1)
document.write("<font color=#色碼>my <b>", age, ageend, "</b> birthday is</font> tomorrow");
else if (today1 == future1)
document.write("<font color=#色碼>my <b>", age, ageend, "</b> birthday is</font> today");
else
document.write("passed");
</script>
----------------------------------------------------------------------------
想倒數一件事紀念日
if (daysleftint > 1)
document.write(" ", daysleftint, " <font color=#xxxxxx>days until my ", age, ageend, " birthday</font>");
else if (daysleftint == 1)
document.write("<font color=#xxxxxx>my <b>", age, ageend, "</b> birthday is tomorrow </font>");
else if (today1 == future1)
document.write("<font color=#xxxxxx>my <b>", age, ageend, "</b> birthday is</font> today</font>");
else
document.write("passed");
</script>
你一共要改上面3句野‥
第1句係話仲有幾多日到你想倒數果個日子
第2句係話明天就係果個日子啦
而第3句就話係今日係果個日子啦
----------------------------------------------------
連結效果:
LINK時有背景
<style type="text/css">a:hover {background:url(圖網址); text-decoration: none;}</style>
放INPUT
-----------------------------------------------------------------------------------------------
就咁放大:
<style>
a:hover
{font size: 10pt;} </style>改數字放係Input your own Header HTML
------------------------------------------------------------------------------------------------
加外框同colour:
<style>
a:hover{border: 粗px dotted #色; font size: 大細pt;}
</style>可改double(雙線)、solid(單線)放係Input your own Header HTML
------------------------------------------------------------------------------------------------
陰影(禁到連結時)
<!--A:hover{color:#最面果隻色;filter:dropshadow(color=#反射後面果隻色,offx=2,offy=2,positive=true);height:16pt;text-decoration:none;}A{text-decoration:none;}-->
offx 係反射果度向橫GE大細
offy 係反射向下GE大細
height 係字GE高
放係Input your own Header HTML
-------------------------------------------------------------------------------------------------
漸變
<style>
a:hover, a:link, a:visited
{filter:blur; .alpha
{width: inherit; height: 1;
filter: alpha
(Opacity=50, FinishOpacity=10, Style=1, StartX=0, StartY=0, FinishX=580, FinishY=0);}
</style>

Opacity..最深係幾多
FinishOpacity...最淺係幾多
放係Input your own Header HTML
------------------------------------------------------------------------------------------------
同樣係陰影,但係人地入去到就見到GE陰影(有兩個方法)
1. 自己可以調教陰影斜位
<style>
a:hover, a:link, a:visited
{filter:blur; .alpha
{width: inherit; height: 1;
filter:shadow(color=#色,offx=2,offy=2,positive=true);}
</style>
offx 係反射果度向橫GE大細
offy 係反射向下GE大細
2.無得改高與斜
<style type="text/css">
<!-- a:link {filter:glow(color:#背景色, strength=強度);height:0px;width:inherit}
a:active {filter:glow(color:#背景色, strength=強度);height:0px;width:inherit}
a:visited {filter:glow(color:#背景色, strength=強度);height:0px;width:inherit}
a:hover {filter:glow(color:#背景色, strength=強度);height:0px;width:inherit} --></style>
放係Input your own Header HTML
----------------------------------------------------------------------------------------
防人地右CLICK時...3種HTML
第一(放係Input your own Header HTML)
<script language="JavaScript">
if (navigator.appName.indexOf("Internet Explorer") != -1)
document.onmousedown = noSourceExplorer;
function noSourceExplorer(){if (event.button == 2 |
event.button == 10){alert(" 字 ")
;}}</script>
呢個呢~就係當人地右禁時,就會彈出一個警告WINDOWN GE JE~只係會出現一次(當然如果果條友不停禁就會不停有啦)

第二(放係Input your own Header HTML)
<script language=Javascript>
function click(){
if(event.button==2){earthquake()
alert("警告的字")
window.open("網址")
;}
}document.onmousedown=click// --]
  function earthquake(){
window.moveTo(1000,5000)
}
</script>
[[而呢1個呢~就係當人地右禁時~就會有警告字句而且仲會彈多個WINDOWN出黎添...
如果你想佢不停咁彈好多個WINDOWN出黎呢..
你只要不停咁將紅色果度重複就OK嫁喇。
我諗如果你不停咁加個WINDONW彈出黎都可能令對方死機,幾好嫁,支持自己設計嘛,等偷野果條友不停死機都好(好黑心做法)]]

第3(放係Input your own Header HTML)
<body bgcolor="#FFFFFF"   >
防人地右click+highlight既方法
等人地連文字都好難用ctrl+c去copy到..
當對方想右click你既時候..會咩野反應都冇架..
-----------------------------------------------------------------------------
隨機背景圖
<script language=javascript>
<!--
var pic=new Array(5)
pic[0]="圖1網址"
pic[1]="圖2網址"
pic[2]="圖3網址"
pic[3]="圖4網址"
pic[4]="圖5網址"
var newdate=new Date()
var getpic=newdate.getSeconds()%pic.length
document.write(<body background=+pic[getpic]+>)
//-->
</script>

放INPUT YOUR OWN HTML。
有幾多張圖就改紅色地方。
--------------------------------------------------------------------
改左個標題
<script type=        ext/javascript>
document.title = (你想要顯示既字);
//-->
</script>
放係Input your own Header HTML

[ 本帖最後由 sally_foreverfd 於 2008-3-27 07:28 PM 編輯 ]

I-See Forum @ All rights reserved.
頂部
彤兒`
吹水中手
Rank: 3Rank: 3



會員編號 197459
精華 0
積分 7052
帖子 3870
威望 0 點
I-See幣 57296 錢
GAME幣 105 個
MSN宣傳 0 次
性別  女
配偶 威風琳琳:D
閱讀權限 90
註冊 2006-8-5
註冊天數 6476
狀態 離線
  只顯示 彤兒` 的帖子
發表於 2008-3-27 06:57 PM  資料  短消息  加為好友 
有好多都睇過了:)
雖然絛岩用..
不過都THANKS YOU!

I-See Forum @ All rights reserved.
頂部
StrAwBeRRyLoVe
初生嬰兒



會員編號 305182
精華 0
積分 244
帖子 17
威望 0 點
I-See幣 11053 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2007-4-14
註冊天數 6224
來自 Hong Kong
狀態 離線
  只顯示 StrAwBeRRyLoVe 的帖子
發表於 2008-4-30 07:34 PM  資料  短消息  加為好友 
sup你^~^
繼續+油喔

I-See Forum @ All rights reserved.
頂部
載入中 ...
 發新回覆
發新主題 發新投票


載入中 ...


當前時區 GMT+8, 現在時間是 2024-4-29 04:37 AM

  Powered by Discuz!  © Comsenz Inc.
Processed in 0.056079 second(s), 7 queries , Gzip enabled

清除 Cookies - 聯繫我們 - I-See 論壇 - Archiver - WAP