a标签跳转碰到的有关问题, 100%结贴
a标签跳转碰到的问题, 100%结贴

如上我要点击图片中右上角的更多跳转多指定页面,,现在我想改成:如果我选择的是挂牌销售跳转到一个页面,点击挂牌求购跳转另一个页面,,。路径是对的,但是点击没反应...
------解决方案--------------------
亲爱的楼主,, document.getElementById('Guapai') ,
<%-- <a href="Layout.aspx?Buyer/SeeSellList.aspx">更多</a>--%>
<a href="#" onclick="if(document.getElementById("Guapai").style.display=='block')location.href='Layout.aspx?Buyer/SeeSellList.aspx';else location.href='Layout.aspx?Seller/SeeBuyList.aspx'">更多</a>
如上我要点击图片中右上角的更多跳转多指定页面,,现在我想改成:如果我选择的是挂牌销售跳转到一个页面,点击挂牌求购跳转另一个页面,,。路径是对的,但是点击没反应...
a标签
------解决方案--------------------
亲爱的楼主,, document.getElementById('Guapai') ,