﻿
function submitLoginForm() {
    alert("form gets submitted");
    return false;
}
