• Vinoth Kumar 130
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I'm invoking the visualforce page from lightining through iframe. How to close the iframe once the action is completed ?
I'm invoking the visualforce page from lightining through iframe. How to close the iframe once the action is completed ?

 

 

 

Hi

   I am  working with projects and project contains several task . 

 

when i selected project , i will show all task it contains.

if task clicked , it will open iframe popup. after editing that page need to save and close the iframe popup .and refresh the parent project page.

 

 I did save and close edit task page . but the parent window doesn't refresh.

 

closing popup iframe done by jquery

lilke 

parent.parent.j$("#project-modal").trigger('reveal:close');

 

if i give window.parent.reload();

doesn't work 

 

any help appriciated

 

thanks

Karthik