如何编辑此行以在newtab HTML中打开此URL

时间:2018-01-10 10:40:00

标签: html tabs

我不知道正确的HTML编码,任何人都可以编辑此行以在新标签页中打开网址

提前致谢

<meta content='5; URL=http://www.hitcpm.com/watch?key=62041d2f0b7ef3827ecd53d9cc239bce' http-equiv='refresh'/>

2 个答案:

答案 0 :(得分:0)

<meta http-equiv="refresh" content="5; URL=javascript:window.open('http://www.hitcpm.com/watch?key=62041d2f0b7ef3827ecd53d9cc239bce','_blank');">

答案 1 :(得分:0)

尝试使用:

<a target="_blank" href="http://www.hitcpm.com/watch?key=62041d2f0b7ef3827ecd53d9cc239bce">TextHere</a>

如果您确定无法使用超链接标记,那么@ Dhiraj的答案似乎更多是您所需要的答案