Open in new window

Last post 05-15-2008, 2:53 PM by greeniguana. 0 replies.
Sort Posts: Previous Next
  •  05-15-2008, 2:53 PM 40434

    Open in new window

    With a Community Server 2008 integration how do we get the chat to open in a new window from the forums group list?
     
    Thanks
     
    Found it, of course....with a defined window size...
    Change group.aspx lines to:
     
                                  <a target="_blank" onclick="window.open(this.href,'','width=500,height=500'); return false" href="<%# ResolveUrl("~/RedirectForumToChat.Aspx?ForumId="+((Forum) Container.DataItem).SectionID) %>" title="<%#Server.HtmlEncode(GetForumChatterNames(((Forum) Container.DataItem).SectionID))%>"><img src="<%=ResolveUrl("~/CuteSoft_Client/CuteChat/images/privatechat.gif")%>" align=absmiddle border="0">(<%#GetForumChatterCount(((Forum) Container.DataItem).SectionID)%>)</a>
View as RSS news feed in XML