﻿// JScript File

function checkreturn(key)
{
if(key == 13)
    document.form1.submit();
}