Hi Willemt,
Please try the example page below.
- <%@ Page Language="VB" %>
-
- <!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 id="Head1" runat="server">
- <title>messenger</title>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <%="<"%><%="script"%><%=" src='"%><%=ResolveUrl("~/CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx?Chat_StartPartialMessenger=1")%><%="'"%><%=">"%><%="<"%><%="/script"%><%=">"%><br>
- <img src="<%=ResolveUrl("~/CuteSoft_Client/CuteChat/images/icon_invite.gif")%>" align=absmiddle><a href="###" onclick="Chat_OpenMessengerDialog()" >Messenger</a>
- </div>
- </form>
- </body>
- </html>
Regards,
Ken