Skip to content

Instantly share code, notes, and snippets.

@ricardosiri68
Last active December 17, 2015 16:48
Show Gist options
  • Save ricardosiri68/5641000 to your computer and use it in GitHub Desktop.
Save ricardosiri68/5641000 to your computer and use it in GitHub Desktop.
button anchor
<html>
<head>
<script>
function AbrirVentana(url)
{
window.open(url)
}
</script>
</head>
<body>
<button onclick="AbrirVentana('http://www.google.com.ar')">Google</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment