Hello 我需要做的是當我點擊畫布外的圖像時調用一個javascript函數在HTML5畫布上繪製一些東西。input type =「image」and input type =「button」to draw in html5 canvas,the button is working,but I need the image to working
當我使用一個按鈕來做到這一點,它工作正常
<input type="button" id="xxx" onclick="draw()"/>
但是當我使用的圖像
<input type="image" id="xxx" onclick="draw()" src="file/sw1.gif"/>
的問題是,當我點擊圖像它會打開一個新頁面的東西看起來像 index.html?x=89&y=8
問題是我怎樣才能使圖像行爲就像按鈕,而無需打開新的頁面? 謝謝
更好地使用不透明度爲0的圖像和絕對定位輸入 – 2013-07-24 19:03:23