各位大神好,如何根据页面元素的ID点击按钮跳转到指定的页面,拿html和JavaScript语言来实现
在html页面中有商品的图片和商品的ID,商品下边有一个按钮,如何实现根据商品的ID点击按钮跳转到指定的页面,用html语言和javascript语言来实现,希望高手能提...
在html页面中有商品的图片和商品的ID,商品下边有一个按钮,如何实现根据商品的ID点击按钮跳转到指定的页面,用html语言和javascript语言来实现,希望高手能提供html和javascript的代码,非常感谢!
展开
1个回答
展开全部
不清楚你在问什么
<button id="ss">商品id</button>
<button onclick="xxx('')">跳转页纤闷颂面按钮</button>//xxx('')改毁郑成xxx('跳罩隐转到指定网址')则跳转到指定网址
<script>
function xxx(ww){var u=document.getElementById("ss").innerHTML;
if(ww!=""){window.location.assign(ww);
}else{window.location.assign("index.html?"+u);获取按钮上的id跳转到页面,id=1跳转到index.html?1,id=2跳转到index.html?2
}
}
<button id="ss">商品id</button>
<button onclick="xxx('')">跳转页纤闷颂面按钮</button>//xxx('')改毁郑成xxx('跳罩隐转到指定网址')则跳转到指定网址
<script>
function xxx(ww){var u=document.getElementById("ss").innerHTML;
if(ww!=""){window.location.assign(ww);
}else{window.location.assign("index.html?"+u);获取按钮上的id跳转到页面,id=1跳转到index.html?1,id=2跳转到index.html?2
}
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询