Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 defined user coloer
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

devlooker
Starting Member

1 Posts

Posted - 28 December 2004 :  09:16:38  Show Profile
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

Dave.
Senior Member

USA
1037 Posts

Posted - 28 December 2004 :  17:06:54  Show Profile
Perhaps you want to post the entire code.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07