Skip to content

Instantly share code, notes, and snippets.

@Feuda
Created March 22, 2012 07:56
Show Gist options
  • Save Feuda/2156929 to your computer and use it in GitHub Desktop.
Save Feuda/2156929 to your computer and use it in GitHub Desktop.
ie and ff
<html>
<body>
<input type="text" id="txt" value="ddd"/>
<SCRIPT LANGUAGE="JavaScript">
<!--
var v = document.all.txt.value;
alert(v);
//-->
</SCRIPT>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment