﻿// JScript File

 
    function Valitation()
    {
    debugger;
        if(!document.getElementById("rdbBookTable").checked )
                {
                    alert("Before you search, you've to select booking type");
                    return false;
                }
    }
 