php - Refresh Iframe on last viewed page -


im working on basic site editor. view editable webpage iframe , when make changes iframe reloads index page of iframe. how can reload current page , not redirected index page?

im using jquery reload iframe using .click , $.ajax success.

$("#mainframe")[0].src = $("#mainframe")[0].src; 

i found works....

$("#myid")[0].src = $('#myid').contents().get(0).location.href; 

Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -