I'm trying to automate some report generation from a series of iFolder servers using the IE UD. This involves clicking links on forms within a frame. The first form, in the frame "MAINFRAME" I can successfully use _IEFormGetObjByName and then _IEFormImageClick, I then click on a link in "NAVFRAME" which loads a new form into "MAINFRAME", inside a table. This form has no name attribute. Where I'm struggling is how I can correctly reference the button I need to click in this form. The script is be