如何插入页面跳转并在同一页面内打开一个选项卡 [英] How to insert a page jump and open a tab within the same page

查看:73
本文介绍了如何插入页面跳转并在同一页面内打开一个选项卡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试插入一个链接,其中显示点击此处查看保修详细信息,这将向下滚动页面并打开退货政策选项卡。我已经使用iframe代码,但eBay不接受它,它不起作用。我可以使用哪些其他代码?



我想要打开的退货政策标签稍微超出了信息和政策部分
www.ebay.com/itm/Kenwood-KDC-152-Single-Din-In-Dash-MP3-CD-Receiver-Front-3-5mm-Aux-Input-/390455268429?pt=Car_Audio_In_Dash_Receivers& vxp = mtr& hash = item5ae8f2944d

谢谢大家的帮助!

为什么不接受这段代码,它只能在IE和Mozilla上运行,而不会上传到ebay。

 < a href =nogoonclick =location。 href ='#policies'; return show('tab3');>点击此处查看保修详情< / a>< / p> 


解决方案

测试此HTML。我认为它应该有效。

 < a href =#nogoonclick =show('tab3')> ;点击这里查看保修细节< / a> 


I am trying to insert a link that will read "Click Here To View Warranty Details" Which Will Scroll down the page and open the return policy tab. I have used iframe codes but ebay won't accept it and it doesn't work. What other code could I use?

The "Return Policy" tab that I want to open is a bit more than halfway down the page by the "Information & Policies Section" www.ebay.com/itm/Kenwood-KDC-152-Single-Din-In-Dash-MP3-CD-Receiver-Front-3-5mm-Aux-Input-/390455268429?pt=Car_Audio_In_Dash_Receivers&vxp=mtr&hash=item5ae8f2944d

Thank you all for your help!

Why wont ebay accept this code, it only works in IE and Mozilla not once uploaded to ebay

<a href="nogo" onclick="location.href='#policies'; return show('tab3');">Click Here To View Warranty Details</a></p>

解决方案

Test this HTML. I think it should work.

<a href="#nogo" onclick="show('tab3')">Click Here To View Warranty Details</a>

这篇关于如何插入页面跳转并在同一页面内打开一个选项卡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆