I currently have a frame with a table in it. currently each cell uses HREF="Some.HTM" so the user can select an option from the table and a new page is loaded in the frame. My problem is I also have JavaScript functions that I want to use instead of an HTM file. I trid HREF="JavaScript:SomeFunction()" and the page does not seem to hold in place. Any ideas on what to do?