I have an iframe called "inside" inside a layer called "object" and i would like to populate it with innerHTML, I know how to do it with the layer, but not with the iframe inside...
THI WORKS FOR THE LAYER:
---------------------------------------------------------
document.getElementById(object).innerHTML = streetHTML;
---------------------------------------------------------
But, how can I reach the IFRAME?
If I include the Iframe tag inside the streetHTML var in wont work afterwords for other purposes, I'm afraid...
THI WORKS FOR THE LAYER:
---------------------------------------------------------
document.getElementById(object).innerHTML = streetHTML;
---------------------------------------------------------
But, how can I reach the IFRAME?
If I include the Iframe tag inside the streetHTML var in wont work afterwords for other purposes, I'm afraid...