you should be able to call a function on the parent page by doing: window.top.myFunctionName();
On Nov 6, 2:44 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm currently working on a very interesting interface for a game, in > which I use many iFrames. I have a div set up as a link(using $ > ('.link').click) in an iFrame and need it to run some jQuery that I > have written out that works correctly for the same link set up on the > parent page. I'm not sure if there is simple change for the elements > in the code to just then include in the iFrame page or possibly a way > to link the iFrame link to a function stored on the parrent page. > Any help is appreciated. > Thank you in advance, > CodingCyborg