Automatically load and log into Cute Chat

Last post 10-20-2005, 5:59 AM by NetProgrammer. 1 replies.
Sort Posts: Previous Next
  •  10-18-2005, 10:12 AM 11796

    Automatically load and log into Cute Chat

    I have an asp.net (VB.Net) Intranet application. I am using Cute Chat as the IM service within the intranet. Users log into that web site by entering their user ids and passwords (authentication mode is Forms).

    I would like each user to load and log into Cute Chat automatically after they log into the web site successfully. In other words, after they login, cutechat window should pop up automatically and log the user automatically..

    PS: I did not work on Cute Chat before. I took over this project after somebody left our company... please help
    thanks...
  •  10-20-2005, 5:59 AM 11873 in reply to 11796

    Re: Automatically load and log into Cute Chat

    Add this code after logon code:
     
    Response.Redirect("ChatPage.aspx")
     
    or
     
    FormsAuthentication.RedirectFromLoginPage( ... )
     
    Enjoy!
    Искуственный интеллект - задача поколений ...

    On English: Automatic intellegance - a task of generations ...
    По Русски: Искуственный интеллект - задача поколений ...
View as RSS news feed in XML