越来越懒了
2008-06-19 21:01:01
点书签"毛三",
然后点"留言",
或者是在WAP,点"评论"
都要几个步骤.
太麻烦.
用几分钟,整理了一下.
内容在评论里.
只能在支持脚本的浏览器里运行,PC的,或是HPC之类的.
在数据行,
‘老项’,’marcus’,
这样加就行.
然后打开,
每个人名,依次显示的链接是:
www首页,
wap首页
www留言
wap留言
www个人信息
wap个人信息
www多媒体
wap多媒体
wap评论
这样,想看什么,点一次就行了.
2008-06-19 21:01:01 通过 WAP 发布
From: http://www.thirteen.pdx.cn/blog/diary,982655.html
From: http://www.thirteen.pdx.cn/blog/diary,982655.html
Permalink : http://13jl.com/982655.html
5 Comments so far
(通过 WAP 发布)
那程序他们还真够呛。能看懂就怪了。
Thirteen:
这么简单的东西都不明白,都充做猪头,炖了给你吃。
(通过 WAP 发布)
没看懂。
Thirteen:
那就慢慢看.
(通过 WAP 发布)
看不懂~
Thirteen:
说明你也是猪.
(通过 WAP 发布)
不懂
Thirteen:
你那点智商还不够用.
(通过 WAP 发布)
<html>
<head>
<title>PDX Bookmark</title>
<meta http-equiv=content-type content="text/html; charset=GB2312" >
<style type=text/css>
<!–
* {font:9pt tahoma; color:lightred}
table,td {border:solid 0 #777}
–>
</style>
</head>
<body>
<base target=_blank>
<script language=jscript>
<!–
var i;
var datas = new Array(
'marcus','老项',
'pdx8','pdx8',
'ce','ce',
'David','David',
'Dirk','Dirk',
'Hlddn','Hlddn',
'maosan','毛三',
'')
document.write('<table border=0>');
for (i=1; i<datas.length/2; i++){
document.write('<tr>');
document.write('<td align=right>'+datas[i*2-1].link('http://'+datas%5Bi*2-2%5D+'.pdx.cn/blog')+'</td>');
document.write('<td>'+'wap'.link('http://wap.'+datas%5Bi*2-2%5D+'.pdx.cn/blog')+'</td>');
document.write('<td>'+'留言'.link('http://'+datas%5Bi*2-2%5D+'.pdx.cn/misc')+'</td>');
document.write('<td>'+'wap留言'.link('http://wap.'+datas%5Bi*2-2%5D+'.pdx.cn/misc')+'</td>');
document.write('<td>'+'个人信息'.link('http://'+datas%5Bi*2-2%5D+'.pdx.cn/profile')+'</td>');
document.write('<td>'+'wap个人信息'.link('http://wap.'+datas%5Bi*2-2%5D+'.pdx.cn/profile')+'</td>');
document.write('<td>'+'多媒体'.link('http://'+datas%5Bi*2-2%5D+'.pdx.cn/media')+'</td>');
document.write('<td>'+'wap多媒体'.link('http://wap.'+datas%5Bi*2-2%5D+'.pdx.cn/media')+'</td>');
document.write('<td>'+'评论'.link('http://wap.'+datas%5Bi*2-2%5D+'.pdx.cn/blog/comments,1.wml')+'</td>');
document.write('</tr>');
}
document.write('</table>');
//–>
</script>
</body>
</html>