I have a technical question.
I would like to know if is possible to get the url of the website is hosting my iframe.
The pages which are hosting my iframe are using following iframe:
<iframe id="vacancy-iframe"
src="http://mypage.come" width="100%"
height="1400"></iframe>
Getting the URL using javaScript I think is not possibile.
Is there a way maybe with PHP or another server programming language?