Closed mwittig closed 9 years ago
Some notes on changes I did:
<iframe>
attribute "name" to "id", as "name" is deprecated.<li>
and <iframe>
elementsWell, the frame.src = frame.src, is the only way, i know, too. Changes seem to be ok to me. I will test them and then release.
Implemented the reload feature.
frame.src = frame.src looks odd, but it is the only way I am aware of to get the content reloaded if iframe content has a different origin than the parent.