Getting rid HTML in my messages
I've been having a strange problem with my messages for the last few months as you can see. getting html text(at least I think thats what it is) and I have no idea how to delete it! if there is someone out there who would lead me to a solution I'd be very pleased...this is an example of what i'm getting...
function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(str CallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count < pluginList.length; count++){var sSrc = '';if (pluginList[count] && pluginList[count].src)sSrc = plug
Last edited by the crispy badger; 09-05-2007 at 09:08 AM.
|