I am thinking of implementing some javascript code to automatically change the options of a drop down list depending on the values of other drop down lists. The problem I am getting is that in internet explorer ( with Windows XP sp 2) my script is blocked by default.An information bar says that active content has been blocked. If this happens for most users, I may be better implementing this code on the server side. Does anyone have any advice on this matter? Would it be better to implement this functionality on the client or the server side?