Can remove div from html page in iFrame. In the below code we are fetching html page and showing tht in iframe.. Can i remove from the html page fetching below.
<script type="text/javascript">
(function(){
document.write(['<iframe name="myfxbook_market" width="100%" height=' + height + ' frameborder="0" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" src=' + "http://widgets.myfxbook.com/widgets/calendar.html"+ps+"></iframe>"].join(''));
}());
</script>"
Or is there any other way to edit this page before display ? Thanks for help.