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