level 8
他的那个方法不适合大部分浏览器,好像只对手机、个别ie浏览器适用,下面介绍简单的方法
2012年05月20日 08点05分
2
level 8
蓝字有两种,一种是有链接的 就是把鼠标放上去会显示小手可以点,一种是无链接的,鼠标放上去无反应。
2012年05月20日 08点05分
3
level 8
javascript:var content;var tieba;content=prompt("[无链接蓝字]\n请输入回帖内容:","水滴");tieba=rich_postor._getData();tieba.content="<a href=http://"+content+"/' target='_blank' >"+content+"</a>";PostHandler.post(rich_postor._option.url,tieba,function(I){rich_postor.showAddResult(I)},function(I){});void 0;
这个是无链接的,用ie浏览器,复制上面全部到地址栏是地址栏啊,不是下面回复栏。就会弹出一个对话框,对话框里面写字再确定就好了。
注意如果安全设置过高会阻止弹出窗口,这时需要改一下安全设置。
2012年05月20日 08点05分
4
level 8
javascript:var c=rich_postor._getData();c.content='<a href="http://有链接蛋疼/" target="_blank">有链接蛋疼</a>';PostHandler.post(rich_postor._option.url,c,function(I){rich_postor.showAddResult(I)},function(I){});void 0
这个是有链接的,复制到地址栏,还是地址栏不是回复栏直接确定就好了,中间有字 可以自己改,改什么就出什么。
比如:
javascript:var c=rich_postor._getData();c.content='<a href="http://屌丝中枪/" target="_blank">屌丝中枪</a>';PostHandler.post(rich_postor._option.url,c,function(I){rich_postor.showAddResult(I)},function(I){});void 0
上面的代码打出来的蓝字就是屌丝中枪,而且有链接这种可以打出黑蓝相间的字体,注意代码里面有http的后面就是蓝字,没有的就是黑字。会了么?会了点下顶吧。
2012年05月20日 08点05分
6