Hello
I'm Newbie in ASP and I need to perform a ChatRoom...
I got a simple code and it uses something like that.
APPLICATION.LOCK
Application("txt10"
= Application("txt9"
Application("txt9"
= Application("txt8"
Application("txt8"
= Application("txt7"
Application("txt7"
= Application("txt6"
Application("txt6"
= Application("txt5"
Application("txt5"
= Application("txt4"
Application("txt4"
= Application("txt3"
Application("txt3"
= Application("txt2"
Application("txt2"
= Application("txt1"
Application("txt1"
= "<FONT COLOR=""#0000FF"">** " & Request.Form("nick"
& " Entro al Chat**</FONT>"
APPLICATION.UNLOCK
%>
when I have more than 10 lines I cannot scroll up...
Any Ideas?
Juanjo
Follow the dark side, so you can reach the light.
I'm Newbie in ASP and I need to perform a ChatRoom...
I got a simple code and it uses something like that.
APPLICATION.LOCK
Application("txt10"
Application("txt9"
Application("txt8"
Application("txt7"
Application("txt6"
Application("txt5"
Application("txt4"
Application("txt3"
Application("txt2"
Application("txt1"
APPLICATION.UNLOCK
%>
when I have more than 10 lines I cannot scroll up...
Any Ideas?
Juanjo
Follow the dark side, so you can reach the light.