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

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -