Let me explain...
I am so close to purchase the product (CuteChat), but the last time my client show it he decided that he doesn't want the url to be seen !!!
Which url ???
This...
http://www.mysite.com/chat/CuteSoft_Client/CuteChat/CH_MainForm.Aspx?Location=Lobby&LocationId=2
:(
Stupid eeee ???
Can we do something about that ?
I have opened the chat.aspx file and found this...
LINE 78 : HyperLink lnkLobby = e.Item.FindControl("lnkLobby") as HyperLink;
LINE 79 : lnkLobby.NavigateUrl = CuteSoft.Chat.ChatWebUtility.ResolveResource(this.Context, "CH_MainForm.Aspx") + "?Location=Lobby&LocationId=" + lobby.LobbyId.ToString();
LINE 80 : lnkLobby.Target = "_blank";
can I, some how, do something like this...
window.open('','ChatRooms','status=0,location=0,width=600,height=400,toolbar=0');
is it possible ?
Thanks
Visit...
http://www.kanenas.net
News and ideas about programming