2009-10-04, 06:48 PM
Sorry,
Javascript means you're working with a shoutbox. A JS shoutbox will probably work by AJAX (asynchronous jscript and xml) but there are other ways such as keeping the connection alive (would be bad if the connection timed out though because your box would die)
Javascript just runs safe scripts from the person who is reading a page's computer. It can rearrange the webpage at it's most fundamental level, but it can't do unsafe stuff like open sockets on your computer for chatting or access your computer's files.
Javascript means you're working with a shoutbox. A JS shoutbox will probably work by AJAX (asynchronous jscript and xml) but there are other ways such as keeping the connection alive (would be bad if the connection timed out though because your box would die)
Javascript just runs safe scripts from the person who is reading a page's computer. It can rearrange the webpage at it's most fundamental level, but it can't do unsafe stuff like open sockets on your computer for chatting or access your computer's files.