Skip to content

Instantly share code, notes, and snippets.

@jehb
Created November 23, 2015 17:46
Show Gist options
  • Select an option

  • Save jehb/5ec4363c1869db7c3afb to your computer and use it in GitHub Desktop.

Select an option

Save jehb/5ec4363c1869db7c3afb to your computer and use it in GitHub Desktop.
foralex.html
<html>
<head>
<script type="text/javascript">
function changeBGC(color){
document.bgColor = color;
}
</script>
</head>
<body>
<input type="text" id="hex" oninput="changeBGC(document.getElementById('hex').value);">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment