Re: Integrate Chat to an existing website developed in VB

  •  01-04-2010, 9:26 PM

    Re: Integrate Chat to an existing website developed in VB

    Hi Ken,
     
    I just purchase a license and I'm trying to understand all your documentation so I can integrate chat into my website which is written VB. I was able to ran the sampleportal5 solution and converted it to VS2008.  Can you provide an example how to embed chat into a VB web page? It will really help me get a good start. Below is the example of you provided from your website. I know I have to do all these steps  from DeploymentIntegration.htm but an example would be very helpful.
     
    Thanks for your help,
    Max
     
     
     
    <%@ Page Language="C#" %>
    <%@ Register TagPrefix="CuteChat" TagName="EmbedChannel" Src="CuteSoft_Client/CuteChat/EmbedChannel.ascx" %>
    <html>
     <head runat=server>
      <title>Embed CuteChat </title>
     </head>
     <body>
      <script>
      //set up the parameters 
      Embed_Location='Lobby'
      Embed_LocationId='1'
      </script>
      <CuteChat:EmbedChannel id="EmbedMessenger1" runat="server"></CuteChat:EmbedChannel>
     </body>
    </html>
     
    Filed under: , ,
View Complete Thread