How To Initiate A Javascript Function In An Iframe To Run In The Parent Page?
I have a function in a parent file that depends on several global variables. I am having the child iframe update one of the parent's global variables with parent.myvar = 'myvalue';
Post a Comment for "How To Initiate A Javascript Function In An Iframe To Run In The Parent Page?"