javascript - Embedding an external website -


i used object-tag embed external website link. works fine on websites. not working. limitations?

i want result code below.

which kind of approach should use this? tried iframe , jquery well.

<object data=http://www.cnn.com width="100%" height="100%"> <embed src=http://www.cnn.com width="100%" height="100%"> </embed></object> 


Comments

Popular posts from this blog

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -

javascript - three.js lot of meshes optimization -