Skip to content

Instantly share code, notes, and snippets.

View rltrent's full-sized avatar

Trent Scott rltrent

View GitHub Profile
<script>
document.getElementsById('phone')[0].onkeydown= function(event)
{
if (event == undefined)
{
event = window.event;
}
if (event.keyCode == 13)
{