Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with a ChatRoom. Cannot Scroll Up

Status
Not open for further replies.

JuanjoZun

Programmer
Jul 20, 2002
82
MX
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(&quot;txt1&quot;) = &quot;<FONT COLOR=&quot;&quot;#0000FF&quot;&quot;>** &quot; & Request.Form(&quot;nick&quot;) & &quot; Entro al Chat**</FONT>&quot;

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.
 
are u using frames?

Known is handfull, Unknown is worldfull
 
Yes... I'm using frames. One for the Text to be writen and the other (bigger) for the messages from all the users. Can I control the frames, too?

Thanks

Follow the dark side, so you can reach the light.
 
yup you can do it.

if u r unable to scroll the frame coding might be the problem, can u give it to me?

Known is handfull, Unknown is worldfull
 
Thanks!

I'll try another option... now, I have the M. visual studio installed and it helps me more...

Thank you for your time.

In the future, I'll post new things

THanks
Juanjo

Follow the dark side, so you can reach the light.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top