Re: TABLE中のFORMでSUBMITが出来ない
- depth:
- 1
投稿日時 2008-4-26 14:30 |
投稿者: d_tanaka
確認ありがとうございます。
問題の原因(?)が違ったようで、こちらで問題の現象発生のキー
となったのは、位置情報取得キーワードのようです。
■問題のHTML(一つ目のFORM)
===============================================
<span>
<table cellpadding="0" border="0" cellspacing="0">
<tr>
<td>
<font size="-1">
<form lcs="lcs" method="post" action="aaa.html">
<input value="GPS送信" type="submit" name="Submit" />
</form>
</font>
</td>
<td>
<font size="-1">
<form method="post" action="bbb.html">
<input value="コメント送信" type="submit" name="Submit" />
</form>
</font>
</td>
</tr>
</table>
</span>
===============================================
※「lcs="lcs"」と妙な書き方になっているのは、単に「lcs」
と記述することが出来ないテンプレートエンジンを利用して
いるためです。
以上、よろしくお願いします。
問題の原因(?)が違ったようで、こちらで問題の現象発生のキー
となったのは、位置情報取得キーワードのようです。
■問題のHTML(一つ目のFORM)
===============================================
<span>
<table cellpadding="0" border="0" cellspacing="0">
<tr>
<td>
<font size="-1">
<form lcs="lcs" method="post" action="aaa.html">
<input value="GPS送信" type="submit" name="Submit" />
</form>
</font>
</td>
<td>
<font size="-1">
<form method="post" action="bbb.html">
<input value="コメント送信" type="submit" name="Submit" />
</form>
</font>
</td>
</tr>
</table>
</span>
===============================================
※「lcs="lcs"」と妙な書き方になっているのは、単に「lcs」
と記述することが出来ないテンプレートエンジンを利用して
いるためです。
以上、よろしくお願いします。
投稿ツリー
-
TABLE中のFORMでSUBMITが出来ない (d_tanaka, 2008-4-24 22:26)
-
Re: TABLE中のFORMでSUBMITが出来ない (EuroFantasy, 2008-4-25 9:04)
-
Re: TABLE中のFORMでSUBMITが出来ない (d_tanaka, 2008-4-26 14:30)
-
Re: TABLE中のFORMでSUBMITが出来ない (EuroFantasy, 2008-4-28 17:14)
-
Re: TABLE中のFORMでSUBMITが出来ない (d_tanaka, 2008-4-29 14:29)
-
Re: TABLE中のFORMでSUBMITが出来ない (EuroFantasy, 2008-4-30 9:17)
-
Re: TABLE中のFORMでSUBMITが出来ない (EuroFantasy, 2008-5-2 0:23)
-
-
-
-