我想改變形象,而mouseover
和mouseout
內嵌JavaScript代碼不工作
我的代碼:
<img src="convert.php?file=image.gif" title="Preview image"
width="100" height="100" rel="image.gif"
onmouseover="this.src=this.rel"
onmouseout="this.src='convert.php?file='+this.rel" />
this.rel
越來越undefined
。請檢查並幫助我。 :(
'this.src = this.rel'?從來沒見過它。 –
什麼是你期待this.rel是?我看不出有任何理由爲它有一個值。 –