Re: Auto reply feature
Reply #8 - March 15, 2010, 10:44 PM
I get this coming up as a js error: Element is null.
// Set the "inside" HTML of an element.
function setInnerHTML(element, toValue)
{
// IE has this built in...
if (typeof(element.innerHTML) != 'undefined')
element.innerHTML = toValue;
Devious, treacherous, murderous, neanderthal, sub-human of the West.