Sometimes the edit page gives a js error. Better to build in a check:
function setEditBoxHeight(inRowCount) {
var el = document.getElementById(EDITBOX_ID);
if (el) {
el.rows = inRowCount;
}
}
--
ArthurClemens - 16 Jun 2009
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. 
