Hi, I'm trying to make a tool for my own personal use where I read values from a website with a login system (using cookies), then processing those values and displaying them to myself in a different format and with all the calculations I need. My plan was to open the external site in a frame and log in to the site, then use javascript to read the values and do the calculations. The problem is that I can't get the JS script to work with the frame. It won't read the values. Here is what I have for the reading script: 'table3' and 'p1' are the names used on the site I want the info from. Can anyone see what I am doing wrong? Thanks in advance =)