我有以下形式:是否可以將數據放入沒有JS的操作屬性中?
<form action="/employee/_here_should_be_the_value_of_the_emp_id_input" method="get">
<label for="employeeId">Id:</label>
<input type="text" id="emp_id"/>
<input type="submit" />
</form>
是否可以提交表單使得requsted URI
將取決於什麼樣的用戶類型爲input
?我的意思是,沒有明確寫入JavaScript
,只能通過HTML
。
你可以使用服務器端語言嗎? – 2015-01-04 11:19:06