Hello:
I have Web Messenger running with 2 users logged in. Both users are also online. These are user 2 and 3.
From one of the forms on my website, I would like to provide a link to have user 2 chat with user 3.
I tried the following link from DNN where user 2 is logged in,
<a href="/DesktopModules/CuteSoft_Client/CuteChat/IM_ChatForm.Aspx?UserId=3">Chat</a>
The link launches the chat form, however, IE reports the following error:
'CuteIM' is null or not an object.
Is there another way to do this?
Any help would be greatly appreciated.