У меня есть проблемы, связанные со следующим кодом
Это моя главная страница:
<html>
<body>
<div class="pagewrapper">
<div class="page">
<iframe id="TabContentIframe"
src="/MyTestWebsite4/TabContent/Details/8">
</iframe>
<iframe id="TabContentIframe"
src="/MyTestWebsite4/TabContent/Details/8">
</iframe>
<iframe id="TabContentIframe"
src="/MyTestWebsite4/TabContent/Details/8">
</iframe>
</div>
</div>
</body>
</html>
TabContentIframe выглядит так:
<html>
<body>
<div class="pagewrapper">
<div class="DivIWant">
<iframe id="MainContentIframe"
src="/MyTestWebsite4/MainContent/Details/8">
</iframe>
</div>
</div>
</body>
</html>
И MainContentIframeВыглядит так:
<html>
<body>
<div class="pagewrapper">
<div iD = "BtnIPressed"></div>
</div>
</body>
</html>
Как видите, все находятся в одном домене.
Если я нажму BtnIPressed
, как я могу получить DivIWant
, ближайшийна iframe внутри я нажал кнопку?