Hi experts,
I am using jdeveloper 12.2.1 version.. i am writing a javascript function in .js file,, where i am reading iframe id:
var path = protocol+ "://" + host + "/" + pathname + "?" + param ;
document.getElementById('if1').src = path;
But my iframe is in the corresponding html page:
<iframe src="" style="height:600px;width:800px;border:none" id="if1"></iframe>
Now its not able to recognize the 'if1'.. i cant write the script function in the same html.. and i cant add iframe into js.
Can anyone give me any solution !!
Regards
Chinmayee