table width="100%" border="0" cellspacing="0" cellpadding="0" class="ttbb5"> <tr> <th scope="col"><strong>序号</strong></th> <th scope="col">国家</th> <th scope="col">省份</th> <th scope="col">地区</th> <th scope="col">操作</th> </tr> {if $list or $list|@count neq 0 } {foreach from=$list item=item key=index} <tr align="center"> <td>{$index}</td> {if $item.parent_tow_id eq 2} <td class="ttbb6">{$item.country}</td> <td class="ttbb6">{$item.province}</td> <td class="ttbb6">{$item.name}</td> {/if} {if $item.parent_tow_id eq 1} <td class="ttbb6">{$item.country}</td> <td class="ttbb6">{$item.name}</td> <td class="ttbb6"></td> {/if} {if $item.parent_tow_id eq 0} <td class="ttbb6">{$item.name}</td> <td class="ttbb6"></td> <td class="ttbb6"></td> {/if} <td align="center" class="ttbb6"> <div align="right"> <input name="p" type="text" id="p" value="{$item.paixu}" size="5" maxlength="3" /> <input type="button" class="anniu4" value="确定" onclick="foo()" /> </div></td> </tr> {/foreach} {else} <tr> <td align="center" colspan="5">--暂无数据--</td> </tr> {/if} </table> {include file=warning.tpl}</div> </td> </tr></table>
用表单提交你会吗?
如不会,请先学习一下
用表单提交你会吗?
如不会,请先学习一下
用表单提交你会吗?
如不会,请先学习一下
<script type="text/javascript"> function modifyItem() { if (trim(document.getElementById("p").value) == "") { alert("不能为空!"); document.getElementById("p").focus(); return; } with (document.getElementById("itemForm")) { method = "post"; action = "item.do?command=modify&paixu=${itemForm.paixu}"; submit(); } } //返回 function goBack() { window.self.location = "item.do?command=list&paixu=${itemForm.paixu}"; } </script>
<form name="itemform" id="itemform"> <input name="p" type="text" id="p" value="{$item.paixu}" size="5" maxlength="3" /> <input type="button" class="anniu4" onclick="modifyItem()" value="确定" /> </form>这么写对不?
这里如果列表,你的名字不能重复,或者你改为name="p[]"
这里如果列表,你的名字不能重复,或者你改为name="p[]"
神呐 帮帮我吧 要死了 要死了 要死了
这个写个ajax很难么? 都不会啊?
不是很难。
不是很难。
http://bbs.phome.net/showthread-13-130691-0.html
有例子
http://bbs.phome.net/showthread-13-130691-0.html
有例子
http://bbs.phome.net/showthread-13-130691-0.html
有例子