Hi All,
I want to replace iframe src with a variable instead of URL. For ex:
var protocol = "http";
var host = "127.0.0.1:7101";
var pathname = "IOTGenealogy-UI-context-root/faces/oracle/apps/iot/genealogy/ui/page/main.jsf"
var URL = protocol+ "://" + host + "/" + pathname;
and
How can i set URL variable instead of "<iframe src="http://127.0.0.1:7101/IOTGenealogy-UI-context-root/faces/oracle/apps/iot/genealogy/ui/page/main.jsf" style="height:800px;width:1800px" id="if1"></iframe>"
I am using jdeveloper 12.2.1 version.
Regards
Chinmayee