正确操作步骤如下:
1、对需要添加链接跳转的位置添加锚点,定义为A,具体可这样写:<a name="A"></a>
2、在点击按钮中插入链接指向锚点的位置代码:<input type="button" onclick="location.href='#A' value="按钮" />