Re: Can't use CuteChat with CuteMessenger on the same page

  •  10-14-2008, 1:54 PM

    Re: Can't use CuteChat with CuteMessenger on the same page

    Guys,

    Your solutions hide errors, but I can't work with chat after this. I see neither field to type a message nor button "Send" nor any other controls. Only toolbar (with fonts, smiles, etc.) is available.
    Here is a snip of code I use:

    <%@ Register TagPrefix="CuteChat" TagName="EmbedChannel" Src="EmbedChannel.ascx" %>
    <%@ Register TagPrefix="CuteChat" TagName="EmbedMessenger" Src="EmbedMessenger.ascx" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head runat="server">
        <title>Untitled Page</title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
           <script>
             Embed_Place='Lobby-1'
           </script>
           <CuteChat:EmbedChannel id="EmbedChannel1" runat="server"></CuteChat:EmbedChannel>
        </div>
        <div>
           <CuteChat:EmbedMessenger id="EmbedMessenger1" runat="server"></CuteChat:EmbedMessenger>
        </div>
        </form>
    </body>

    <script>
    var old_HtmlInitialize=HtmlInitialize;
    HtmlInitialize=function()
    {
        try{ old_HtmlInitialize() }catch(x){}
    }
    </script>

    </html>


     What I am doing wrong?

    Thanks,

    Vasyl

View Complete Thread