JS In Frame1 <--> JS In Frame2
Jul 20, 2005I have a page with two frames. Frame1 contains an inline script. Frame2 contains inline and 2 loaded scripts. How may I call a function in frame1(inline) from frame2(inline or loaded)?
View 17 RepliesI have a page with two frames. Frame1 contains an inline script. Frame2 contains inline and 2 loaded scripts. How may I call a function in frame1(inline) from frame2(inline or loaded)?
View 17 RepliesI am trying to submit a form in frame2 after I submit a form in frame1. Here's what i have but its not working. It's not even reloading frame2's page.: Code:
View 1 Replies View Related