我有一个链接到
的PHP / HTML按钮<a href="#" data-mini="true" data-role="button" onClick="window.open('../index.php', '_self');"><? echo "Login"; ?></a>
现在我想要更改到url www.button.com/index.html
的其他链接我将ine更改为:
<a href="#" data-mini="true" data-role="button" onClick="window.open('www.button.com/index.html', '_self');"><? echo "Login"; ?></a>
第二个网址位于其他文件夹中的同一台服务器上,但点击按钮不转发链接。
答案 0 :(得分:0)
如果您未指定协议(例如<a href="#" data-mini="true" data-role="button" onclick="window.open('http://www.button.com/index.html', '_self');"><?="Login" ?></a>
),则该函数假定您要转到同一域上的页面。
尝试这样的事情:
href
另外,为什么使用JavaScript事件?只需将网址放在href="//www.button.com"
属性(>>> import numpy as np
>>> a = np.asarray([[3, 7, 5, 1], [23, 12, 42, 25]])
>>> a
array([[ 3, 7, 5, 1],
[23, 12, 42, 25]])
>>> a[1]
array([23, 12, 42, 25])
>>> np.argmax(a[1])
2
)中即可简化此操作。