Is there any way to access a form element from an included .js file? What I want to do is to get the client width from a particular element that is located on the opener page. I can do this using some JS on the opener page but I need to have it in the included js file and I can't seem to get it right! I am starting to think this is not possible.