Maison > développement back-end > tutoriel php > input取值,该如何解决

input取值,该如何解决

WBOY
Libérer: 2016-06-13 12:25:53
original
826 Les gens l'ont consulté

input取值

<table width="100%" border="0" cellspacing="0" cellpadding="0"><br />    <tr><td><br />    <div class="jindu_anniu"><br />	<form><br />	<input type="button"  class="anniu4" value="确定" /><br />    </form></div><br />    </td></tr><br />  <tr><br />    <td><br />    <div class="true_body"><br /><br /><br /><br /><br /><br /><table width="100%" border="0" cellspacing="0" cellpadding="0" class="ttbb5"><br />    <tr><br />    <th scope="col"><strong>序号</strong></th><br />    <th scope="col">国家</th><br />    <th scope="col">省份</th><br />	<th scope="col">地区</th><br />    <th scope="col">操作</th><br />    <br />  </tr><br />    <br />  {if $list or [email&#160;protected] neq 0 }<br /> 	{foreach from=$list item=item key=index}<br />	<tr align="center"><br />    <td>{$index}</td><br />	{if $item.parent_tow_id eq 2}<br />	<td class="ttbb6">{$item.country}</td><br />	<td class="ttbb6">{$item.province}</td><br />    <td class="ttbb6">{$item.name}</td><br />	{/if}	<br />	{if $item.parent_tow_id eq 1}<br />	<td class="ttbb6">{$item.country}</td><br />	<td class="ttbb6">{$item.name}</td><br />    <td class="ttbb6"></td><br />	{/if}	<br />	{if $item.parent_tow_id eq 0}<br />	<td class="ttbb6">{$item.name}</td><br />	<td class="ttbb6"></td><br />    <td class="ttbb6"></td><br />	{/if}<br />    <td class="ttbb6">  <input type="text" name="p" id="p" /> </td><br />	</tr><br />	{/foreach}<br />	{else}<br />	 <tr><br />    <td align="center" colspan="5">--暂无数据--</td><br />  	</tr><br />	{/if}<br /><br />    </table><br />    {include file=warning.tpl}<br /><br /></div><br />    </td><br />  </tr><br /><br />这个效果<br /></table>
Copier après la connexion

点击确定能获取文本框输入的值 有没有可能实现
------解决思路----------------------
onclick='foo()' />
<script><br />function foo() {<br />  var res = [];<br />  var texts = document.getElementsByName("p");<br />  for(var i in texts) res.push(texts[i].value;<br />}<br /></script><br />
Copier après la connexion
res 中就是

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal