html - Embed website in an iframe and hide certain elements -


i have client wants able embed website distributors websites.

basically inserting in iframe. want elements of website visible not appear on embedded version.

is there way embed website in iframe , use css hide specific div id's achieve this?

you can use following code in java script manage element of iframe

frame.contentwindow.document.getelementbyid or frame.contentdocument.getelementbyid 

Comments

Popular posts from this blog

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - JavaScript + Thymeleaf - select onchange -

node.js - Using Node without global install -