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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -