Questions tagged [iframe-app]
90 questions
11
votes
3 answers
How to trigger 'beforeunload' event from within an IFRAME
I have an application (name it B) which is being embbeded in an Iframe by another main application (Name it A or parent).
So: App A-- // domain of A: https://mydomain/mainApp
|___ App B in Iframe // domain in B:…

Barleby
- 618
- 2
- 9
- 20
6
votes
4 answers
Facebook, iframe app, fb:request-form, action attribute problem
I'm making a facebook iframe application
I'm making a request form with my own form data. What should I do in order to process the data?
If I put action="http://apps.facebook.com/[appName]/abc.php" , i.e.