我有一个带有输入和提交按钮的表单。 另一方面,我有一个INPUT" hello"的值列表。 我想一个接一个地提交这些值
我的表单:
<form action="post.html" method="POST">
<input type="text" name="hello" id="hello" size="25" value="">
<input type="submit" class="button" name="submit" value="SEND">
</form>
我的列表:包含多个单词的列表
我的目标:要发送自动&#34; word1&#34;,然后&#34; word2&#34;,然后&#34; word3&#34;,然后&#34; word4&#34;等