Hello.
In component html code there:
!DOCTYPE html
html
head
title
function on_iframe_load() {
document.getElementById('iframe_a').onload = function() {
};
}
/script
/head
body
iframe name="iframe_a" id="iframe_a"
a href="http://gomel-transport.by/node/105" target="iframe_a" onclick="on_iframe_load()"Go!
/body
/html
How to save the contents of the iframe in the cache or local storage?
Help me, please.