Skip to content

Instantly share code, notes, and snippets.

@RCura
Created September 18, 2012 09:53
Show Gist options
  • Save RCura/3742319 to your computer and use it in GitHub Desktop.
Save RCura/3742319 to your computer and use it in GitHub Desktop.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<html>
<script type="text/javascript">
var testvar = 'JIHIBNBUI';
function test()
{
document.getElementById('result').innerHTML = testvar;
};
</script>
<body>
<div id="result">ABC</div>
<form id="testform">
<input type="submit" value="TEST" onclick="test();">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment