try changing:
cellText.onClick="return changestatus(this,this.parentNode,document.form_enc);"
to:
cellText.onclick=function(){return changestatus(this,this.parentNode,document.form_enc);};
That's a weird error message though... You tend to get that error (in firefox) when you try and access html elements out of context (i.e. without a /etc around them), or when you try to access 'null' elements or null returns...
Whatexactly does the error say?
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64