Hi wafa,
you can add the code in any page. For example, I create a new page like below.
when you click on the link, the messenger will open automatically and chat to user "test"
-
<%@ Page Language="C#" %>
-
-
<!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>example</title>
-
</head>
-
<body>
-
<form id="form1" runat="server">
-
<div>
-
<script src="CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx"></script>
-
<a href="#" onclick="Chat_OpenContact('test')">UniqueName=test</a>
-
</div>
-
</form>
-
</body>
-
</html>
Regards,
Ken