フォームに input type=text があるのですが、テキスト ボックスをクリックして日付ピッカーを表示した後、テキスト ボックスの値を取得するにはどうすればよいですか? Valueの割り当てがないため、投稿が来た後はnull値になります。
テキスト ボックスの日付ピッカー コードは次のとおりです:
<td><input type="text" name="bgntime" border="0" size="20" style="vertical-align:middle" onFocus="HS_setDate(this);" > <div id='dateTime' onclick='event.cancelBubble=true' style="position:absolute;visibility:hidden;width:100px;height:100px;left=0px;top=0px;z-index:100;)"><table class="cal_table" border='0'><tr><td><script> var c = new CalendarCalendar('c');document.write(c);</script></td></tr><tr><td valign="top" align="center"><script> var m = new CalendarMinute('m');document.write(m);</script></td></tr></table><iframe src="javascript:false" style="height:300px;" class="menu_iframe"></iframe> </div><SCRIPT event=onclick() for=document>hideCalendar()</SCRIPT> </td>
function HS_setDate(inputObj){ var calenderObj = document.createElement("span"); calenderObj.innerHTML = HS_calender(new Date()); calenderObj.style.position = "absolute"; calenderObj.targetObj = inputObj; inputObj.parentNode.insertBefore(calenderObj,inputObj.nextSibling);}
http://www.my97.net/dp/demo/index.htm
あなたは??、とても使いやすいですが、互換性はありません?自分で行う必要はありません。?js
このコードはテストできません。日付をクリックすると値が配置される場所を確認できます
http://www.my97.net/dp/demo/ Index.htm
とても使いやすいですし、互換性も良くありません
これを使えば大丈夫です。
http://www.my97.net/dp/demo/index.htm
あなた????、とても使いやすいし、互換性も良くありません。自分で js を使う必要はありません。以前にこれを使用したことがありますが、投稿値を渡すことができません。どうすれば解決できますか? ?
$_POST['bgntime']
PHP 変数名では大文字と小文字が区別されます