Eric put together a handy way to escape html for posting in the forums.
javascript:var elem = document.forms[0].message;elem.value = elem.value.replace(/on/gi,"on").replace(/mouse/gi,"mouse").replace(/>/gi,">").replace(/</gi,"<");void(0);
You can either copy paste this into the address bar or create a bookmarklet (a bookmark with this JavaScript? as the source.)
Source: http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=20&t=016518
|