An iframe is found with some different pages forexample <iframe src="..."></iframe>
in site.com/page1 and site.com/page2, I want to change the iframe src according to the url above, Can I do that, If I can how can I do that? Please help!
Note: the url is dynamic so I can't use if else condition
Thanks