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=.............................???
>
<a href "URL" target=" _self">Go</a>
but how would I implement this into a button?:
<input
type="button"
value="Go"
onclick=.............................???
>