Skip to content Skip to sidebar Skip to footer

Embed Website In An Iframe And Hide Certain Elements

I have a client that wants to be able to embed their website into their distributors websites. Basically inserting it in an iframe. But they want certain elements of their website

Solution 1:

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

frame.contentWindow.document.getElementById or
frame.contentDocument.getElementById

Post a Comment for "Embed Website In An Iframe And Hide Certain Elements"