2007-7-8 18:26
扎肉瘦腿
只有xanga才能看的語法(即係要log in才能看)
只有xanga才能看的語法(即係要log in才能看)
Copy & Paste into Header:
[code]<!-- begin code provided by createblog.com -->
<!-- Part I of Block Users Script submitted by xanga.com/sherrys_designs -->
<script LANGUAGE="JavaScript">
function redirect () {
location.href = 'http://www.xanga.com/signin.aspx';
}
</SCRIPT>
<!-- end code provided by createblog.com --> [/code]
Copy & Paste into Website Stats:哩個擺website||
[code]<!-- begin code provided by createblog.com -->
<!-- Part II of <span class='searchlite'>Block</span> Users Script submitted by xanga.com/sherrys_designs -->
<script language="javascript">
function getXName() {
for (var i = 0; i < document.links.length; i++) {
if (document.links[i].href.substring(0,38)=="http://www.xanga.com/private/home.aspx") {
var link = document.links[i];
var text = document.all ? link.innerText : link.text ? link.text : '';
return text;
break;
}}
return null;
}
xName = getXName();
if (xName == '用戶1' || xName == '用戶2' || xName == '用戶3' || xName == null) {
alert("請自行改為進入唔到後彈出既句子");
redirect();
}
</script>
<!-- end code provided by createblog.com -->[/code]