我想在當我點擊開始時間相同的結束時間時在文本框中顯示當前日期&時間。當我點擊開始按鈕時在文本框中顯示當前日期和時間的HTML代碼
加法*後點擊SUBMIT按鈕我的頁面被重定向到PHP頁面,這是保存我的輸入到MYSQL。
代碼:
<head>
<title>Survey</title>
</head>
<body>
<Center><b><font size="10" color="White">SURVEY</font></Center></b>
</body>
<body background="logo.jpg">
<BR></BR>
<BR></BR>
<form action="action.php" method="post" />
<p><Center><font size="4" color="White">Employee ID: <input type="text" name="employee_id" /></font></Center></p>
<BR></BR>
<p><Center><font size="4" color="White">Unique ID: <input type="text" name="unique_id" /></font></Center></p>
<BR></BR>
<p><Center><font size="4" color="White">Category: <input type="text" name="category" /></font></Center></p>
<BR></BR>
<p><Center><button >Start Time</Button> <input type="text" name="start_time" /></Center></p>
<BR></BR>
<p><Center><button >End Time</Button> <input type="text" name="end_time" /></Center></p>
<BR></BR>
<Center><input type="submit" value="Submit" /></Center>
</form>
使用JavaScript onclick事件。 – Richie 2014-12-04 07:57:27
請包括您嘗試使其發生的代碼...另外,您是否正在尋找一個JavaScript實現或需要一個臨時頁面來顯示時間...? – webeno 2014-12-04 07:57:27