Hey folks. I have a bit of an issue here that i cant seem to figure out. In essence i have a .js file loaded into my frame container. There are variables in this .js file that need to stay the same and not be reset with the reloading of the page, so that is why i didnt load it into the frames themselves. In my left frame i have a menu. I want to via a link in the left frame call a function that is loaded into the container and then have the result of the function output into the right frame. How would i go about doing this? If this isnt possible are there any other solutions to keep variables loaded and saved while frames are reloaded? Thx for the help.