IFrame Change the parent

wxdqz

New Member
hey I'm a n00b at Javascript so I could use some help.
I have menus done in Javascript and dhtml. Each menu item changes an IFrame src on the page. I need some way to catch the postback (I'm working in ASP.NET) of the page inside the iframe (which I already know how). What I'm here about is how do I cause the parent of the IFrame (the page with the menus) to reload if the iframes refreshes.
i.e. I'm going to add an onLoad myScript(); to the iframe and in the myScript() I need to check what posted the page back and then refresh the parent of the IFrame.
 
Back
Top