Created
June 1, 2016 14:15
-
-
Save daniiable/05b62167e9f322e27d41943a1925abef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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