在jsp 中加锚点

<%-- <a href="javascript:void(0)" class="btn_hSave29" style="text-decoration: none;"

<!--style="text-decoration: none;"  把下划线去掉 --> 要设锚点的id 即可

 

 onclick="document.getElementById('contact_temp_id').scrollIntoView();">Contact Candidate</a> --%>

用button按钮也可以
<input type="button" class="btn_hSave29" value="Contact Candidate" onclick="document.getElementById('contact_temp_id').scrollIntoView();">

你可能感兴趣的:(JavaScript,jsp,Class,input,button)