Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.73K
~146 People Reached
Favorite Forums

1 Posted Topic

Member Avatar for amaravanich

[QUOTE=MattEvans;315041]try changing: [code] cellText.onClick="return changestatus(this,this.parentNode,document.form_enc);" [/code] to: [code] cellText.onclick=function(){return changestatus(this,this.parentNode,document.form_enc);}; [/code] 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 <html><body> /etc around them), or when you try to access 'null' elements …

Member Avatar for yurj
0
146

The End.