7/8/2005
➸无限添加列表
msn规定列表最多添加到11各就不能添加了,如果你的列表不够用怎么办?
方法:先进入列表编辑
在浏览器的地址栏里输入一下代码:
javascript:var l=window.location.href;var p='http://spaces.msn.com/members/';if( l.indexOf(p) != -1 ){ l=l.substring(0+p.length); l=l.substring(0,l.indexOf('/'));Action('addlist','Enter The List Name',new Array('List Name'),null,new Array('128'),p+l+'/PostAcceptor.aspx',null);}
然后按[Enter]键.会出现添加列表对话框,输入自定义列表名,按[确定]!