Hey everyone, I have successfully integrated jquery(AJAX) into an mmorpg website, i am facing one problem that i cannot understand.
Whenever in chat/message boards, i use a filter file to create image smilies, and filter words. Now when i dont include this file, everything works ok, but whenever i use the filter, sometimes the ajax request terminates prematurely, leading to a blank page/partially retrieved page. Now this happens relatively quickly, i have some larger pages which take more time, but come out correctly. The overhead of the filter causes something, though it only consists of a large number of string replace statements. Is this due to the jquery form plugin, or something in general, i am not sure, if someone could shed some light on it. Thanks

