Answers for "button onclick go to home page"

2

onclick go to url

<input type=button onClick="opener.location='https://www.plus2net.com/'" value='Make the Main window change'>
<input type=button onClick="opener.location='https://www.plus2net.com/html_tutorial/button-linking.php'" value='Bring the button linking tutorial again'>
<input type=button onClick="location='https://www.plus2net.com/'" value='Make the current  window change'>
<input type=button onClick="self.close();" value="Close this window">
Posted by: Guest on January-28-2021
-1

onclick the button the "scrom" go to bottom the page

window.scrollTo(0,document.body.scrollHeight);
Posted by: Guest on September-23-2021

Code answers related to "button onclick go to home page"

Code answers related to "Javascript"

Browse Popular Code Answers by Language