Check where your javascript is being called from. Is it on the correct frame? If you're not in the request details frame (ie explorer or the parent window) you'll need to get to the details frame using parent.Main.document or Main.document
↧
Check where your javascript is being called from. Is it on the correct frame? If you're not in the request details frame (ie explorer or the parent window) you'll need to get to the details frame using parent.Main.document or Main.document