first,
quote:
I'm making this IRC bot, where you can access your logs from anywhere. The way you'll be able to use is, with an internet browser, connect to the IP of the bot and read the logs.
Now, my bot sends back:
code:
Content-Type: text/plain
All works fine. Unless there are some other characters in the text. (an example is the BOLD character used by plus!); if you use them, FireFox will ask you for Application/ostream (or something like that), instead of displaying the text file. Since IE ignores the content-type, it works fine in there.
What's the catch?
second
quote:
I'm making a dynamicly generated web page, and i'd like it to scroll down at every time I send data. Can I use javascript, or anything else to scroll down?
ty for reading this thread, it'd really help me if you found out