i need to create a unix like "tail" function on my site.
the question:
the text is displayed in a scrolled area and a new line is added at the
end and the entire text is scrolled down so that user can see the last item
added.
i am trying to avoid displaying an HTML file and have to scroll it down,
since it does not seem to work all the time
any pointer is highly appreciated
the question:
the text is displayed in a scrolled area and a new line is added at the
end and the entire text is scrolled down so that user can see the last item
added.
i am trying to avoid displaying an HTML file and have to scroll it down,
since it does not seem to work all the time
any pointer is highly appreciated
Comment