javascript - I want to load the page using the external url without iframe or object -
I want to load the page from the external URL in the device without the iframe or object, I need an alternative method for this. Can somebody help me out. This only works when I use iframe or object. & lt ;! DOCTYPE html public "- // W3C // DTD XHTML 1.0 Transcription // N http: //www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Title & gt; Test page & lt; / Title & gt; & Lt; Script src = "https://code.jquery.com/jquery-1.7.2.min.js" & gt; & Lt; / Script & gt; & Lt; Script & gt; $ (Document) .ready (function () {$ ("# siteloader"). Load ("https://www.w3schools.com");}); & Lt; / Script & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Div id = "siteloader" & gt; & Lt; / Div & gt; One ???? & Lt; / Body & gt; & Lt; / Html & gt; As suggested in @dfree gravity's comme...