devlooker
Starting Member
1 Posts |
Posted - 28 December 2004 : 09:16:38
|
hello, i need help by a chat script. i would like that every user get other font color. but i do not know how. will be happy if someone can help me. thank you very much. this is the code:
' Get the passed data msg = Request.form("msg") user = Request.form("user") id = Request.form("id") If Len(id) = 0 Then id = "default" End If
' Add the string to the chat session list = Application(id) list = list + user + ": " + msg + chr(13) Application(id) = list ElseIf action = "clear" Then |
Edited by - ruirib on 28 December 2004 10:16:18 |
|