












 
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <link rel="stylesheet" type="text/css" href="rfnet.css" />
        <script language="Javascript" src="clienthint.js" type="text/javascript" ></script>
        <style type="text/css">@import "css/Button.css";</style>
        <script language="Javascript" type="text/javascript" src="Scripts/UtilityScript.js"></script>
        <script language="Javascript" type="text/javascript" src="Scripts/UtilityForm.js"></script>
        <script language="Javascript" type="text/javascript" src="Scripts/datetimepicker_css.js"></script>

        <!--<script language="Javascript" type="text/javascript" src="scripts/Sup1ShowSpouseEmpCode.js"></script> -->
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
        <style type="text/css">@import "css/jquery.datepick.css";</style>
        <style type="text/css">
            .a:visited{text-decoration:none}
            .a:link {text-decoration: none}
        </style>
        <script type="text/javascript" src="Scripts/jquery.datepick.js"></script>
        <!--<script type="text/javascript">

            $(document).ready(function(){
                $('#txtDOB').datepick();
                $('#txtDOJ').datepick();
         });
        </script> -->
        <script language="Javascript" type="text/javascript" >
            function Submitform(action,frmname)
            {
              var ChkLogin = CheckLoginPensionNo();
              var emailID = document.getElementById('txtEmail').value;

              if(ChkLogin)
               {
                  if(emailID.length > 0)
                  {
                  if(echeck(emailID)==true)
                     {
                   document.getElementById('txtHidden').value =action;
                   var f= document.getElementById(frmname);
                   f.submit();
                     }
                  }
                  else{
                    document.getElementById('txtHidden').value =action;
                   var f= document.getElementById(frmname);
                   f.submit();
                  }
               }
            }


            function CheckLoginPensionNo(){
                var Code = document.getElementById('txtEmpCode').value;
                var prefix = document.getElementById('selPensionNo').value; 
                prefix = prefix.trim();
                var PenNo=document.getElementById('txtPenNo').value;
                PenNo=PenNo.trim();
                PenNo = prefix+PenNo;
                Code=Code.trim();
                if(PenNo.length==0)
                    alert("Please type Pension Number (BSxxxx, BFxxxx,CSxxxx,CFxxxx,MSxxxx,MFxxxx");

                if(Code.length!=6)
                    alert("Enter the Employee Code");
                if(PenNo.length>2 && Code.length==6)
                    return 1;
                else
                    return 0;
            }



            function echeck(str) {
                var at="@"
                var dot="."
                var lat=str.indexOf(at)
                var lstr=str.length
                var ldot=str.indexOf(dot)
                if (str.indexOf(at)==-1){
                    alert("Invalid E-mail ID")
                    return false
                }

                if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
                    alert("Invalid E-mail ID")
                    return false
                }

                if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
                    alert("Invalid E-mail ID")
                    return false
                }

                if (str.indexOf(at,(lat+1))!=-1){
                    alert("Invalid E-mail ID")
                    return false
                }

                if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
                    alert("Invalid E-mail ID")
                    return false
                }

                if (str.indexOf(dot,(lat+2))==-1){
                    alert("Invalid E-mail ID")
                    return false
                }

                if (str.indexOf(" ")!=-1){
                    alert("Invalid E-mail ID")
                    return false
                }

                return true
            }
 

        </script>

        
        <style type="text/css">


.SaveBlue{
    /*button text element */
    background: #EFF5FB  no-repeat top left;
    border: 2px outset;
    cursor:pointer;
    font:  bold 13px Tahoma;
    font-weight: bold;
    line-height:25px;
    background-color: #3090C7;
    color:#ffffff;
}
.SaveBlue:hover{
    /*button text element */
    background:  #3090C7 no-repeat top left;
    border: solid 3px ;
    border-style: inset;
    cursor:pointer;
    font: normal 13px Tahoma;
    font-weight: bold;
    line-height:25px;
    background-color:#EFF5FB;
    color: #3090C7;
}
.SaveBlue[disabled]{
    color: gray;
}
            .RowNormalLabel
            {
                font-weight: bold;
                text-align: right;
            }
            .RowNormalText
            {
                text-align: left;
            }
            .RowCodeName
            {
                width: 151px;
                height: 24px;
                text-align: right;
                font-weight: bold;
            }
            .RowAddress
            {
                width: 192px;
                height: 24px;
                text-align: left;
            }
            .optSmallStyle
            {
                width:75px;
            }
            .optMediumStyle
            {
                width:115px;
            }
            .optMediumStyle2
            {
                width:145px;
            }
            .NormalTextStyle
            {
                width: 150px;
            }
            .SmallTextStyle{
                width: 65px;
            }
            .MediumTextStyle{
                width: 90px;
            }
            .DateTextStyle
            {
                width: 90px;
            }
            .LargeTextStyle
            {
                width: 180px;
            }
            .AddressTextStyle{
                width: 150px;
                height: 50px;
            }
        </style>
    </head>


    <body class="bodyStyle" onload="Focus();">
        <form  method ="post" id="frmRequestforLogin" name="frmRequestforLogin" action="RequestforLogin.jsp"  >
            <input type="hidden" value="" id="txtHidden" name ="txtHidden">

            <table    class="stylesubheadPortal"
                    style="letter-spacing: 0.1em;" border="1" width="50%" align="center" >
                <tr  align="center">
                    <td colspan="6" >
                        <span lang="en-us">&nbsp;&nbsp;&nbsp;REQUEST FOR LOGINID & PASSWORD</span></td>
                </tr>
                <tr  style="background-color:#EFF5FB;color:black;" >
                    <td    align="Right" >
                       Code(6 digit)
                    </td>
                    <td   align="Left">
                        <input type="text" id="txtEmpCode" name="txtEmpCode" style="width:120px"   onkeypress="return isNumberKey(event)"
                               title="Please Type Employee Code"
                               maxlength=6 value="0">  
                                 <font color="red">*</font>
                    </td>
                </tr>

                <tr style="background-color:#EFF5FB;color:black;">
                    <td align="right">
                        Pension No
                    </td>
                    <td align="left">
                        <select id="selPensionNo" name="selPensionNo"  title="Please Pension Type">
                            
                              <option value="BS" selected>BS</option>
                              <option value="BF" selected>BF</option>
                              <option value="CS" selected>CS</option>
                              <option value="CF" selected>CF</option>
                              <option value="MS" selected>MS</option>
                              <option value="MF" selected>MF</option>
                           
                        </select>
                        <input title="Please Type Pension Number" type="text" id="txtPenNo" name="txtPenNo"  style="width:45px" maxlength="4" ><font color="red">*</font>
                    </td>
                </tr>

                <tr style="background-color:#EFF5FB;color:black;" >
                    <td class="RowNormalLabel" width="16%">Name </td>
                    <td align="left" width="16%" class="RowNormalText">
                        <input type="text" id="txtName" name="txtName" value="" style="width: 200px" maxlength="255" >
                    </td>
                </tr>

                <tr  style="background-color:#EFF5FB;color:black;">
                    <td class="RowNormalLabel" width="16%">Last Station Worked </td>
                    <td align="left"   class="RowNormalText">
                        <select id="Station" name="Station" >
                            <option value=0>-------Select ---------</option>
                        <option value=100 >  100-KAU Central Location,HQRS</option><option value=101 >  101-KAU Head quarters,Vellanikkara</option><option value=102 >  102-Internal Audit Circle (NR),Vellimadukunnu, Calicut</option><option value=103 >  103-Internal Audit Circle (SR),Vellayani</option><option value=104 >  104-KAU School,Vellanikkara</option><option value=108 >  108-Department of Students Welfare,Vellanikkara</option><option value=202 >  202-College of Agriculture,Vellayani</option><option value=203 >  203-College of Co-op., Banking & Management,Vellanikkara</option><option value=204 >  204-College of Agriculture,Padannakkad</option><option value=205 >  205-College of Forestry,Vellanikkara</option><option value=206 >  206-College of Agriculture,Vellanikkara</option><option value=207 >  207-Department of Entomology, CoH,Vellanikkara</option><option value=208 >  208-Virtual University for Agricultural Trade,Vellanikkara</option><option value=209 >  209-Instructional Farm,Vellanikkara</option><option value=210 >  210-Instructional Farm,Vellayani</option><option value=211 >  211-College of Agriculture,Ambalawayal</option><option value=212 >  212-Instructional Farm -Tavanur,Tavanur</option><option value=215 >  215-Niche Area of Excellence, CoF,Vellanikkara</option><option value=216 >  216-Centre for e-Learning,Vellanikkara</option><option value=253 >  253-Kelappaji College of Agrl. Engg.& Food Tech.,Tavanur</option><option value=255 >  255-University Poultry & Duck Farm,Mannuthy</option><option value=256 >  256-University Livestock Farm,Mannuthy</option><option value=257 >  257-Veterinary Hospital,Kokkalai</option><option value=261 >  261-261,</option><option value=262 >  262-College of Fisheries,Panangad</option><option value=263 >  263-Fisheries Station,Puduvypu</option><option value=270 >  270-270,</option><option value=271 >  271-College of Veterinary & Animal Sciences,Mannuthy</option><option value=272 >  272-Dairy Plant,Mannuthy</option><option value=273 >  273-University Pig Breeding Farm,Mannuthy</option><option value=274 >  274-Meat Technology Unit,Mannuthy</option><option value=275 >  275-University Library,Vellanikkara</option><option value=276 >  276-276,</option><option value=278 >  278-College of Veterinary & Animal Sciences,Pookot</option><option value=279 >  279-Dairy Science & Technology,Mannuthy</option><option value=280 >  280-Instructional Farm (CDST),Kolahalamedu</option><option value=281 >  281-Instructional Farm,Pookot</option><option value=282 >  282-College of Climate Change Education and Research , Vellanikkara,Vellanikkara</option><option value=301 >  301-AICRP on Agrl Drainage,Karumadi</option><option value=302 >  302-AINP on Medicinal & Aromatic Plants,Vellanikkara</option><option value=303 >  303-AICRP on Vegetable Improvement,Vellanikkara</option><option value=304 >  304-Aromatic & Medicinal Plants,Odakkali</option><option value=305 >  305-Agronomic Research Station,Chalakudy</option><option value=306 >  306-Agricultural Research Station,Mannuthy</option><option value=307 >  307-Department of Plant Breeding & Genetics, CoH,Vellanikkara</option><option value=308 >  308-Agricultural Economics Department, CoH,,VELLANIKKARA</option><option value=309 >  309-Biological Control of Crop Pests,Vellanikkara</option><option value=310 >  310-Banana Research Station,Kannara</option><option value=311 >  311-Agricultural Research Station,Anakayam</option><option value=312 >  312-Coconut Research Station,Balaramapuram</option><option value=313 >  313-Cashew Research Station,Madakathara</option><option value=314 >  314-Cardamom Research Station,Pampadumpara</option><option value=315 >  315-Integrated Farming System Research Station,Karamana</option><option value=316 >  316-Cadbury's Cocoa Research Project,Vellanikkara</option><option value=317 >  317-Centre for Plant Biotechnology & Molecular Biology, CoH,Vellanikkara</option><option value=318 >  318-OnFarm Research Station (ECF Unit),Thiruvalla</option><option value=319 >  319-Floriculture Improvement Project,Vellanikkara</option><option value=320 >  320-Centre of Information Technology & Instrumentation,Vellanikkara</option><option value=321 >  321-Pineapple Research Station,Vazhakulam</option><option value=322 >  322-Farming Systems Research Station,Sadananthapuram</option><option value=323 >  323-Soil Conservation Research Centre,Konni</option><option value=324 >  324-Department of Plantation Crops & Spices, CoH,Vellanikkara</option><option value=325 >  325-Department of Agricultural Meteorology,Vellanikkara</option><option value=327 >  327-Comprehensive Coconut Management, CoA,Vellayani</option><option value=328 >  328-Department of Home Science, CoH,Vellanikkara</option><option value=329 >  329-RSVY Project on Participatory Tech. Dev., RARS,Pattambi</option><option value=330 >  330-NMBP Project, CoH,Vellanikkara</option><option value=331 >  331-Department of Plant Pathology, CoH,Vellanikkara</option><option value=332 >  332-NWP on Ethno Vety. Medicine, Dept. of Clinical Medicine,CoVAS, Mannuthy</option><option value=333 >  333-ABARD Women Employment Generation Project,CoH, Vellanikkara</option><option value=334 >  334-Fishery Biology Department,CoF, Panangad</option><option value=335 >  335-Dept. of Processing Technology,CoH, Vellanikkara</option><option value=336 >  336-NARP (SR),Vellayani</option><option value=337 >  337-DST-Project, COA,Vellayani</option><option value=338 >  338-AINP ON PESTICIDE RESIDUE,CoA, Vellayani</option><option value=339 >  339-Pepper Research Station,Panniyur</option><option value=340 >  340-Regional Agrl.Res.Station,Ambalavayal</option><option value=341 >  341-Regional Agrl.Res.Station,Kumarakom</option><option value=342 >  342-Regional Agrl.Res.Station,Pattambi</option><option value=343 >  343-Regional Agrl.Res.Station,Pilicode</option><option value=344 >  344-Onattukara Regional Agricultural Research Station,Kayamkulam</option><option value=345 >  345-Rice Research Station,Moncompu</option><option value=346 >  346-Rice Research Station,Vyttila</option><option value=347 >  347-Agricultural Research Station,Thiruvalla</option><option value=348 >  348-AICRP, Weed Control,Vellanikkara</option><option value=349 >  349-Centre for Gender Studies in Agriculture, CoH,Vellanikkara</option><option value=350 >  350-Tribal Rehabilitation Development Programme (Aralam),CoVAS, Mannuthy</option><option value=351 >  351-AINP on Agrl. Ornithology,Vellanikkara</option><option value=356 >  356-AICRP on Nematodes,Vellayani</option><option value=362 >  362-Department of Agronomy, CoH,Vellanikkara</option><option value=371 >  371-AICRP on Poultry Mannuthy,Mannuthy</option><option value=372 >  372-Cattle Breeding Station,Thumburmuzhi</option><option value=373 >  373-Cattle Infertility Scheme,Vellimadukunnu, Calicut</option><option value=375 >  375-Centre for Advanced Studies in Poul. Sc.,Mannuthy</option><option value=376 >  376-Center for Advanced Studies in Animal Genetics & Breeding,Mannuthy</option><option value=378 >  378-Goat & Sheep Farm,Mannuthy</option><option value=379 >  379-Livestock Research Station,Thiruvazhamkunnu</option><option value=383 >  383-Plant Propagation & Nursery Mgmnt. Unit,Vellanikkara</option><option value=384 >  384-FCRS-Fruit Crop Research Station,Vellanikkara</option><option value=385 >  385-Department of Olericulture, CoH,Vellanikkara</option><option value=386 >  386-386,</option><option value=388 >  388-Production & Augmentation of Wetland,Karumady</option><option value=389 >  389-Standardisation of Extraction from Coconut, RARS,Pilicode</option><option value=390 >  390-Sustainable Management of Plant Biodiversity, CoH,Vellanikkara</option><option value=391 >  391-Mass Production with Vegetables, CoA,Vellayani</option><option value=392 >  392-Production of Bioactive Processing of Wastes, CoF,Panangad</option><option value=393 >  393-Processing of Pork, Brioler & Eggs, MTU,Mannuthy</option><option value=394 >  394-Analysis & Development of Farmer Participation Approach, CoA,Vellayani</option><option value=395 >  395-Alleviating Occupational Ergonomic Approach, KCAET,Tavanur</option><option value=396 >  396-Pilot Study on Organic Farming, RARS,Pattambi</option><option value=397 >  397-Performance Analysis Cropping System, CoH,Vellanikkara</option><option value=398 >  398-Department of Fruit Science,Vellanikkara</option><option value=399 >  399-Development of Value Added Fish, CoVAS,Mannuthy</option><option value=401 >  401-Directorate of Extension,Mannuthy</option><option value=402 >  402-Central Training Institute,Mannuthy</option><option value=403 >  403-Communication Centre,Mannuthy</option><option value=404 >  404-KAU Press,Mannuthy</option><option value=405 >  405-Krishi Vignan Kendra,Ambalavayal</option><option value=406 >  406-Sub Centre of RARS (NR),Manjeswar</option><option value=407 >  407-Krishi Vignan Kendra,Pattambi</option><option value=408 >  408-Krishi Vignan Kendra,KANNUR</option><option value=409 >  409-Krishi Vigyan Kendra,Kottayam</option><option value=410 >  410-Krish Vigyan Kendra,Malappuram</option><option value=411 >  411-Krishi Vignan Kendra,Thrissur</option><option value=412 >  412-Training Service Scheme,Vellayani</option><option value=413 >  413-Agricultural Technogy Information Centre,Mannuthy</option><option value=414 >  414-Krishi Vignan Kendra,Kollam</option><option value=501 >  501-Directorate of Physical Plant,Vellanikkara</option><option value=502 >  502-Engineering Division,Kumarakom (Old -Panangad)</option><option value=503 >  503-Engineering Division,Tavanur</option><option value=504 >  504-Engineering Sub Division,Mannuthy</option><option value=505 >  505-Engineering Sub Division,Vellanikkara</option><option value=506 >  506-Engineering Sub Division,Pookot</option><option value=507 >  507-Engineering Sub Division,Vellayani</option><option value=508 >  508-Mechanical Sub Division,Vellanikkara</option><option value=509 >  509-Electrical Sub Division,Vellayani</option><option value=510 >  510-Electrical Sub Division,Vellanikkara</option><option value=511 >  511-Engineering Sub Division,Kumarakom</option><option value=601 >  601-KAU Estate,Vellanikkara</option><option value=709 >  709-NATP-Library Information System, Central Library,Vellanikkara</option>
                        </select>
                    </td>
                <tr style="background-color:#EFF5FB;color:black;">
                    <td class="RowNormalLabel" width="16%" >
                        <b>Date of Retirement</b>
                    </td>
                    <td align="left" class="RowNormalText" width="16%">
                        <input value=""type="text" id="txtDOR" name="txtDOR"  onclick="javascript:NewCssCal('txtDOR','ddMMMyyyy')"    readonly>
                    </td>
                </tr>

                <tr  style="background-color:#EFF5FB;color:black;">
                    <td align="right"><b>E-Mail ID</b></td>
                    <td align="left" width="16%" >
                        <input type="text" id="txtEmail" name="txtEmail" class="NormalTextStyle" maxlength="100"  >
                    </td>
                </tr>
                <tr style="background-color:#EFF5FB;color:black;">
                    <td class="RowNormalLabel" width="16%" >
                        <span lang="en-us"><b class="RowNormalLabel">Mobile PhoneNo</b></span></td>
                    <td align="left" class="RowNormalText" width="16%">
                        <input type="text"value="" id="txtMobileNo" name="txtMobileNo" class="MediumTextStyle" onkeypress="return isNumberKey(event)"    maxlength="12" >
                    </td>
                </tr>
                <tr style="background-color:#EFF5FB;color:black;">
                    <td class="RowNormalLabel" width="16%" >
                        <span lang="en-us"><b class="RowNormalLabel">Land PhoneNo</b></span></td>
                    <td align="left" class="RowNormalText" width="16%">
                        <input type="text" value=""id="txtPhoneNo" name="txtPhoneNo" class="MediumTextStyle" onkeypress=" return isNumberKey(event)" maxlength="14">
                    </td>
                </tr>
                <tr bgcolor="white">
                    <td colspan="2">
                        <font color="red">*</font><font color="black" size="1">Mandatory fields</font>
                        <font color="red">   </font>
                    </td>
                </tr>

                <tr  bgcolor=#3090C7 align="center">
                    <td  colspan="2" align="Center">
                        <!--input type="button" class="SaveBlue" id="cmdOK" name="cmdOK" value="SAVE & PRINT" onclick="PrintRequest()"--->
                        <input type="button" class="SaveBlue" id="cmdOK" name="cmdOK" value="SEND REQUEST" onclick="Submitform(3,'frmRequestforLogin')">
                        
                    </td>
                </tr>
            </table>
        </form>

    </body>
</html>