inline frame interaction with mainpage

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
sarris
Forum Contributor
Posts: 137
Joined: Mon Dec 04, 2006 2:44 pm

inline frame interaction with mainpage

Post by sarris »

Hi there. i have an inline frame into my page. In that frame the page has a button.
I want the main page (the one that contains the frame) to "know" when that button is clicked.
Is there any way to do that with javascript?
User avatar
mikeeeeeeey
Forum Contributor
Posts: 130
Joined: Mon Jul 03, 2006 4:17 am
Location: Huddersfield, UK

Post by mikeeeeeeey »

it might involve a lot of work, but the easiest way possible would be not to use frames.
sarris
Forum Contributor
Posts: 137
Joined: Mon Dec 04, 2006 2:44 pm

Post by sarris »

found it...
parent.thisFunction()
Post Reply