PHP页面调用另外一个页面的表格值的修改
<formname="form1"id="form1"method="post"action="index.php?action=send"><inputtype="hi...
<form name="form1" id="form1" method="post" action="index.php?action=send">
<input type="hidden" name="t_name" id="t_name">
<input type="hidden" name="t_nick" id="t_nick">
<input type="hidden" name="follow" id="follow">
</form>
<div class="me">
<div class="l"><img src="<?php echo $head; ?>"></div>
<dl>
<dt><input type="text" value="<?php echo $nick; ?>" id="my_nick"></dt>
<dd class="gz">
<input type="checkbox" onclick="this.checked;" id="is_follow" name="friend">
<label for="is_follow">关注*微世界*最新应用</label>
</dd>
<dd class="v"><img height="32" width="160" onclick="my_on_submit('<?php echo $name; ?>');" title="查看结果,并发送微博" alt="查看结果,并发送微博" src="../file/imgs/send.png"></dd>
</dl>
</div>
<div class="friends">
<div class="t">查看好友们的:<a style="margin-left: 330px;" onclick="next_friends();" href="javascript:void(0);" id="next_friends" title="点此换一批好友">>>下一批</a></div>
<ul id="friends_conts" class="clearfix">
</ul>
</div>
<script src="../xmyf/images/info_post.js" type="text/javascript"></script>
以上的页面中,我想再<dt><input type="text" value="<?php echo $nick; ?>" id="my_nick"></dt>这段代码的后面添加一个表格<dt><input type="text" value="<?php echo $nick; ?>" id="with_nick"></dt>并把这个表框所以输出的value值调用的php页面,(((由于字数的限制,我把php页面的代码和js页面的代码放在网站的txt文件里)))
一下是php页面的代码
1311.cn/1.txt
以下是js页面的代码
1311.cn/2.txt 展开
<input type="hidden" name="t_name" id="t_name">
<input type="hidden" name="t_nick" id="t_nick">
<input type="hidden" name="follow" id="follow">
</form>
<div class="me">
<div class="l"><img src="<?php echo $head; ?>"></div>
<dl>
<dt><input type="text" value="<?php echo $nick; ?>" id="my_nick"></dt>
<dd class="gz">
<input type="checkbox" onclick="this.checked;" id="is_follow" name="friend">
<label for="is_follow">关注*微世界*最新应用</label>
</dd>
<dd class="v"><img height="32" width="160" onclick="my_on_submit('<?php echo $name; ?>');" title="查看结果,并发送微博" alt="查看结果,并发送微博" src="../file/imgs/send.png"></dd>
</dl>
</div>
<div class="friends">
<div class="t">查看好友们的:<a style="margin-left: 330px;" onclick="next_friends();" href="javascript:void(0);" id="next_friends" title="点此换一批好友">>>下一批</a></div>
<ul id="friends_conts" class="clearfix">
</ul>
</div>
<script src="../xmyf/images/info_post.js" type="text/javascript"></script>
以上的页面中,我想再<dt><input type="text" value="<?php echo $nick; ?>" id="my_nick"></dt>这段代码的后面添加一个表格<dt><input type="text" value="<?php echo $nick; ?>" id="with_nick"></dt>并把这个表框所以输出的value值调用的php页面,(((由于字数的限制,我把php页面的代码和js页面的代码放在网站的txt文件里)))
一下是php页面的代码
1311.cn/1.txt
以下是js页面的代码
1311.cn/2.txt 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询