Live support for registered users of my website

Last post 05-15-2009, 5:02 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  05-15-2009, 2:26 AM 52176

    Live support for registered users of my website

    Is there a way to provide live support to registered users of my website?
    I don't want to provide support to anonmous users of my website. please help
     
    regards..
    Chandu
    Filed under:
  •  05-15-2009, 5:02 AM 52181 in reply to 52176

    Re: Live support for registered users of my website

    Hi chanduu4u,
     
    Try this way:
     
    ----------------------------------------------------------------->
     
      <% if (Context.User.Identity.IsAuthenticated)
          { %>
        <!--- add the live support chat button  -->
        <script src='<%=ResolveUrl("~/CuteSoft_Client/CuteChat/")%>Support-Image-Button.js.aspx'></script>
        
        <!--- add the live support visitor monitor tag  -->
        <script src='<%=ResolveUrl("~/CuteSoft_Client/CuteChat/")%>Support-Visitor-monitor.js.aspx'></script>
        <% } %>
     
    ----------------------------------------------------------------->
     
    Regards,
     
    Ken
View as RSS news feed in XML