scramjet/tests/location.html
2024-07-14 16:30:56 -04:00

7 lines
132 B
HTML

<head></head>
<script>
function f() {
location = "http://www.google.com";
}
</script>
<button onclick='f()'>Google</button>