Re: How to automatically connect/pass-through an authenticated website visitor to a LiveSupport chat session?

  •  06-14-2011, 9:37 AM

    Re: How to automatically connect/pass-through an authenticated website visitor to a LiveSupport chat session?

    Hi Ken,
     
    I have used your code as I am trying to achieve something very similar
     
        <script>
        window.onload=function()
        {
          var input_name=document.getElementById("input_name");
          //set the user name here
            input_name.value="ken";
            call_submit_form();  
        }
        
        </script>
     
     
    The script worked great but i need to do this dynamically, could you provide me with some code to achieve this?
     
     All the best
     
    Mike 
     
View Complete Thread