Michael Farquhar 24.Jan.12 11:51 AM a Web browser Applications development8.5.2 IFR1Windows
Hi, has anyone gotten the Example7.jsp working 100% correctly from the SDK? The example is to simply embed a chat on a page. The page loads fine and I can initiate a chat however I have two issues.
1. When the chat is initiated from the web page it opens up a chat window to the user specified on a connect client, however when the connect client responds a new window is opened up on the page and it does not use the original chat window on the web page. After the second window is opened it will use that window consistently for the entire chat and just leaves this initial chat window open.
2. The parameter for the getChatModel of IsEmbedded does not seem to function properly. It's simply a true or false whether the chat is embedded in a page. I did find that in the example IsEmbedded was misspelled, however that did not correct the issue.