Html Code to have button link open in same page?

thekris1234

New member
I know how to use a hyper link to open in the same page:
<a href "URL" target=" _self">Go</a>
but how would I implement this into a button?:

<input

type="button"

value="Go"

onclick=.............................???
>
 
Back
Top