I have several websites like test1.com
, test2.com
, test3.com
In all of them located same iframe like:
<iframe src="http://iftametest.com"></iframe>
In this iframe
I wrote a link like <a href="/demo">Demo</a>
I want to open /demo
page, which is located in iframe
, from main domain
. Example: If I click to /demo
in iframe
from main domain test1.com
, should be opened test1.com/demo
. The same should be for test2.com
and test3.com