I have iframe
html tag it has an id="FrameDisplay"
property and I display other site content in this frame and want to hide the div in frame window, if it is possible, in frame content has class .top-float
and i want to hide it.
<div class="row" id="FrameDisplay"> <iframe id="Iframe" src="#" frameborder="0"></iframe> </div>
In my frame window other site display so it possible to hide div using class in JavaScript.