Inside of my tags I have an echo statement which in it has the following line:
"<button style='onclick='window.location.href='https://www.google.com''>Go to Google</button>"
my understanding is that this should make it so that t would bring you to whatever link is in the onclick argument. My button however is not going anywhere when I click it