我有一个页面,其中包含指向各种网站的按钮。一个按钮应在Windows资源管理器中打开一个链接。我的网络链接代码是:
<input onclick="location.href='https://...';" type="button" value="Organisation" style="width: 150px; height: 50px; font-size: 15px;">
我尝试使用文件路径,但它不起作用,我无法在互联网上找到解决方案。谢谢你的帮助!