为了账号安全,请及时绑定邮箱和手机立即绑定

不同页面参数传递

不同页面参数传递

慕侠8885196 2016-02-24 14:11:28
在首页有八个车型的logo,任意点击其中的一个在另外一个展示页,怎么根据你点击的那个车的logo,来显示其具体的型号的车图片???首页代码车logo代码:  <table border="0" cellpadding="0" cellspacing="0" style="width: 100%;border:rgb(215,215,215);">             <tr>                 <td style="text-align: center; height:65px;border:rgb(215,215,215);"><a href="../choosepage/second.aspx"><img id = "icon1" style="width:40px; height:40px;" src='<%=arrBrand[0] %>' /></a></td>                 <td style="text-align: center"><a href="../choosepage/second.aspx"><img id="icon2" style="width:40px; height:40px;" src='<%=arrBrand[1] %>' /></a></td>                 <td style="text-align: center"><a href="../choosepage/second.aspx"><img id="icon3" style="width:40px; height:40px;"src='<%=arrBrand[2] %>' /></a></td>                 <td style="text-align: center"><a href="../choosepage/second.aspx"><img id="icon4" style="width:40px; height:40px;"src='<%=arrBrand[3] %>' /></a></td>             </tr>             <tr>                 <td style="text-align: center; height:65px;" class="auto-style1"><a href="../choosepage/second.aspx"><img id="icon5" style="width:40px; height:40px;" src='<%=arrBrand[4] %>' /></a></td>                 <td style="text-align: center" class="auto-style1"><a href="../choosepage/second.aspx"><img id="icon6" style="width:40px; height:40px;" src='<%=arrBrand[5] %>' /></a></td>                 <td style="text-align: center" class="auto-style1"><a href="../choosepage/second.aspx"><img id="icon7" style="width:40px; height:40px;" src='<%=arrBrand[6] %>' /></a></td>                 <td id="more"  style="text-align: center" class="auto-style1"><img id="icon8" onclick="more()" style="width:40px; height:40px;" src='<%=url8 %>' /></td>             </tr>         </table>         展示页的代码:在这个right里面显示车图片         <div id="brand_right" runat="server" style="background-color:#f1f1f1;width:66.7%;position:fixed;margin-top:48px;margin-left:33.3%;"></div>
查看完整描述

2 回答

?
望天的少年

TA贡献8条经验 获得超1个赞

<a href="../choosepage/second.aspx?id=1">url</a><a href="../choosepage/second.aspx?id=2">url</a>

-----------------

jieshou.aspx  <% get  id. 

get传输就get接收

查看完整回答
反对 回复 2016-02-27
  • 慕侠8885196
    慕侠8885196
    <a href='../choosepage/second.aspx?brand_id=<%=mListBrand[1].brand_id %>'>这个方法我试过了,可是对象还是不显示。我的数据是通过json数据对象解析的,有个问题我获取的对象是所有显示的。
  • 慕侠8885196
    慕侠8885196
    然后我通过点击div来显示隐藏$("#brand_right>div:eq(" + $(this).index() + ")").show(); $("#brand_right>div:eq(" + $(this).index() + ")").siblings().css({ "display": "none" });
  • 2 回答
  • 0 关注
  • 1615 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信