[問題] 請問縮圖與BBCode並存的問題
發表於 : 2005-02-17 03:36
像我的論壇有使用以下的縮圖程式碼\r
<img src="{URL}" border="0" onload="if(this.width>screen.width-400) {this.resized=true; this.width=screen.width-400; this.alt='Click here to open new window';}" onmouseover="if(this.resized) this.style.cursor='hand';" onclick="window.open(this.src);">
那便成說我現在要使用BBCode來這樣連結
[img]圖片網址[/img]
的話,會同時把url跟img同時開新視窗,實際狀況如下
<a href="http://www.unethost.com/~psobb/photo/001/001.gif" target="_blank" class="postlink"><img src="http://www.unethost.com/~psobb/photo/001/001s.gif" border="0" onload="if(this.width>screen.width-400) {this.resized=true; this.width=screen.width-400; this.alt='Click here to open new window';}" onmouseover="if(this.resized) this.style.cursor='hand';" onclick="window.open(this.src);"></a>
除了開啟HTML語法以外,請問要怎麼辦?謝謝
<img src="{URL}" border="0" onload="if(this.width>screen.width-400) {this.resized=true; this.width=screen.width-400; this.alt='Click here to open new window';}" onmouseover="if(this.resized) this.style.cursor='hand';" onclick="window.open(this.src);">
那便成說我現在要使用BBCode來這樣連結
[img]圖片網址[/img]
的話,會同時把url跟img同時開新視窗,實際狀況如下
<a href="http://www.unethost.com/~psobb/photo/001/001.gif" target="_blank" class="postlink"><img src="http://www.unethost.com/~psobb/photo/001/001s.gif" border="0" onload="if(this.width>screen.width-400) {this.resized=true; this.width=screen.width-400; this.alt='Click here to open new window';}" onmouseover="if(this.resized) this.style.cursor='hand';" onclick="window.open(this.src);"></a>
除了開啟HTML語法以外,請問要怎麼辦?謝謝