送信ボタンにtype="image"を使用しようとしています。それは機能していません。
<input type="image" SRC="http://bin.xxx/images/free_download_continue.png" name="method_free" value="Free Download">
のために動作しません
<input type="submit" name="method_free" value="<TMPL_VAR lang_free_download>">
これを行うと、http://jsfiddle.net/DXBgp/でエラーが発生します
しかし、私がこれを行うとhttp://jsfiddle.net/EFjbx/それは機能します