不工作,我有以下的代碼提交表單圖像提交在IE
<div class="free-download">
<input name="method_free"
value="<TMPL_VAR lang_free_download>"
type="image"
src="images/free-download.png"
alt="<TMPL_VAR lang_free_download>" />
</div>
它在Firefox工作正常,但在Internet Explorer中,它只是加載同一網頁出於某種原因,任何想法?
感謝
什麼是您的TMPL_VAR標籤填充到HTML中? –
我一直認爲input:image默認不提交表單,並且應該使用onclick JavaScript處理程序。 –
它的Perl,我怎麼做一個onclick提交表單處理程序? –