Answers for "button on click take to other page"

0

how to make clicking button send you down to a certain section of page html

<input type="button" onClick="document.getElementById('middle').scrollIntoView();" />
Posted by: Guest on June-03-2021

Code answers related to "button on click take to other page"

Browse Popular Code Answers by Language