There's website A. And there's a link saying "Click to open website B". Is it possible to opeb website B's webpage specified in the url link modally inside the website A?Thank you.
Hi,
It is posible using <iframe>, with target="iframe_name" in the <a> linlk.
Or, more complex, using Ajax-Php, when click on the link, an Ajax function sends the URL address of the webpage B to a script on the server that gets (with cUrl, or file_get_contents() ) and returns the html code of site B. Than, a javascript function adds that code in webpage A.
Bookmarks