"bbcodeurl('\\1', '<img src="%s" border="0" onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=\'Click here to open new window\';}" onmouseover="if(this.resized) this.style.cursor=\'hand\';" onclick="if(this.resized) {window.open(\'%s\');}">')",
复制代码
替换为:
"bbcodeurl('\\1', '<img src="%s" border="0" onload="if(this.width>screen.width*0.55) {this.resized=true; this.width=screen.width*0.55; this.alt=\'Click here to open new window\';}" onmouseover=" if(this.width>screen.width*0.55) this.width=screen.width*0.55; if(this.resized) this.style.cursor=\'hand\';" onclick="window.open(this.src);">')",