Skip to content

Instantly share code, notes, and snippets.

@daniiable
Created June 1, 2016 14:15
Show Gist options
  • Save daniiable/05b62167e9f322e27d41943a1925abef to your computer and use it in GitHub Desktop.
Save daniiable/05b62167e9f322e27d41943a1925abef to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title>Espejo</title>
</head>
<body>
<table border="1">
<tr>
<td>
<span id="mySpan">
<span id="mySpan2"></span>
<input id="myText" type="text" style="width:100%" onkeyup="var span = document.getElementById('mySpan2');var txt = document.getElementById('myText'); span.innerHTML=txt.value;">
</span>
</td>
<td>
<- Escribe lo que sea en el input y ve lo que sucede.
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment