﻿
         /*      
             Tcode post
         */
         function fnTcodepost()
         {
           document.forms[0].action="https://broker.gotoassist.com/h/wkprovation";             
           document.forms[0].submit();
         }
         
         function fnControl_Fullname()
         {                
                if(event.which || event.keyCode)
                 {
                    if ((event.which == 13) || (event.keyCode == 13)) 
                    {   
                        if(trim(document.getElementById('Name_Full').value)!="")
                            document.getElementById('Question').focus();                   
                    }
                } 
           }            
         
         function fnControl_Question()
         {
                if(event.which || event.keyCode)
                 {
                    if ((event.which == 13) || (event.keyCode == 13)) 
                    {   
                        if(trim(document.getElementById('Question').value)!="")
                          fnTcodepost();                    
                    }
                } 
           }         
       


          /*      
             EmailNews SignUp
         */
         function fnSendMail()
         {           
           document.forms[0].action="common/pdf/sendmail3.asp";        
           document.forms[0].submit();
         }



