ajax异步传递
table width=100% border=0 cellspacing=0 cellpadding=0 class=ttbb5>
序号
国家
省份
地区
操作
{if $list or [email protected] neq 0 }
{foreach from=$list item=item key=index}
{$index}
{if $item.parent_tow_id eq 2}
{$item.country}
{$item.province}
{$item.name}
{/if}
{if $item.parent_tow_id eq 1}
{$item.country}
{$item.name}
{/if}
{if $item.parent_tow_id eq 0}
{$item.name}
{/if}
{/foreach}
{else}
--暂无数据--
{/if}
{include file=warning.tpl}
input=text显示数据库排序的值 在文本框修改值点击确定 怎么传入数据库 改变paixu的值
帮帮忙给写一个ajax异步传递的代码吧
------解决思路----------------------
用表单提交你会吗?
如不会,请先学习一下
------解决思路----------------------
不是很难。