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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -