I need to delete the latest browser history entry for this reason, but any other functions exposed by JS that manipulate (add/remove) history entries for the current page/tab, are also welcome.
From stackoverflow
-
I highly doubt that there is a way. The
window.historyobject provides read-only access to the browsing history for security reasons. -
Can you use location.replace on the IFrame?
-
That cannot be done using javascript ( within normal parameters that is, you could try exploiting a browser bug and such but i doubt that is the idea here)
0 comments:
Post a Comment