I am using iframes
for a portal, I had to use it by calling id
to solve a previous problem.
The problem now is that I can not create a list of iframes
in javascript, I can only create a id
with src
.
Can anyone help me?
I'm using this way, but I only store this src
, I can not store more.
window.onload = function() {
document.getElementById("id_Iframe").src="LINK_IFRAME";
}