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
Post a Comment