How to Disable Focus option by Default?

Last post 04-11-2005, 11:50 AM by Dirtvision. 2 replies.
Sort Posts: Previous Next
  •  04-07-2005, 10:22 AM 5431

    How to Disable Focus option by Default?

    We are getting ready for a huge weekend on our site, and I would like to
    disable to focus feature in Cutechat v2.0 by default, can you let us know how to
    disable that function so users do not have to do it themselves?
     
    Matt Thomas
  •  04-07-2005, 1:21 PM 5444 in reply to 5431

    Re: How to Disable Focus option by Default?

    Matt Thomas:

    In the current version this option is not included in the Cute Chat configuration page.

    Please following the steps below:

    Open the CuteSoft_clients/CuteChat/CH_MainForm.aspx , and add the code below at the end of the file :

    <script>
    var checkbox=document.getElementById("chat_focus");
    if(checkbox!=null)checkbox.checked=false;
    </script>
     
    Regards , Terry .
     
  •  04-11-2005, 11:50 AM 5577 in reply to 5444

    Re: How to Disable Focus option by Default?

    Terry,
        Thanks for getting this issue cleared up for us as it was a pain when people were trying top watch a LIVE Video and the cht kept popping up.
     
    Matt
View as RSS news feed in XML