- summary: Unable to Moderate Uising MSIE --> Unable to Moderate Using MSIE
I've been getting moderation points lately, so naturally, I've been itching to put them to good use. Most of my slashdot reading time has been at work during my lunch break. I currently work in a primarily MS shop, so I'm stuck using Windows XP Pro SP2 and IE 6.
Whenever I click a moderation topic, I get an "Object expected" error. Microsoft Script Debugger highlights the following code for me
return doModerate(this)
which is contained in the select element's onchange attribute.
Here's the Script Debugger Call Stack (one line):
<JScript> - JScript - ms__id16 anonymous function
I've scanned through all of the Running Documents within Script Debugger, and I'm unable to find a definition of doModerate anywhere. The following documents show up as Running Documents in Script Debugger:
* all-minified.js?T_2_5_0_152
* sectionprefs.js?T_2_5_0_152
* linux_p2_sky;pg=article;logged_in=1;tile=1;tpc=linux;tpc=os;tpc=software;tpc=technology;ord=8768552291475424?
* adx.js
* runner.splunk.com
* 021213 (the actual article page)
* urchin.js
Again, I'm only able to find references to doModerate in the onchange attributes. I do not see a definition of it anywhere.
I've not noticed this problem on my Debian-based systems at home using Firefox.