[thelist] DOM: removing appended text

Mark Joslyn Mark.Joslyn at SolimarSystems.com
Fri Dec 9 13:34:21 CST 2005


<snip>
	if (action == 'update)
	{
		quotename.appendChild(quote);
		return false; // cancels some things further down the page
	}
</snip>

Initially, it looks like you are missing a single quote after update:

if (action == 'update')

mj





More information about the thelist mailing list