How to close an iframe within iframe itself

Viewed 121430

How do I use javascript or jQuery to close an iframe within iframe itself? I've tried <a href="javascript:self.close()"> but it didn't work.

5 Answers
Related