How to make a button that opens an html page?
This question already has an answer here:
最简单的方法是将按钮放到这样的表单中:
<form action="stackoverflow.com">
<input type="submit" value="Button Text">
</form>
链接地址: http://www.djcxy.com/p/36576.html
下一篇: 如何制作一个打开html页面的按钮?