Jump to content

Iframes


sridhar golyandla

Recommended Posts

Code : <iframe src='https://www.websites.com/process.php' width='400' height='500' scrolling='yes'></iframe>

 

In my page (test.html) i have inserted the above code. After loading the page, it directs to the "https://www.websites.com/process.php", it is a 3rd party page, and opened these page on the browser. Now i have a question "How to restrict in my page (test.html) to open the iframe in the page (test.html)."

Link to comment
https://forums.phpfreaks.com/topic/202363-iframes/
Share on other sites

  • 3 weeks later...

People using single quotes has been going on a long time, I'd be surprised if a browser weren't able to handle them (IE certainly can).

 

Most likely it's something that page is doing to break out of the frame (perhaps to stop you putting their page within a frame??). I'm guessing "https://www.websites.com/process.php" isn't the actual URL?

Link to comment
https://forums.phpfreaks.com/topic/202363-iframes/#findComment-1069350
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.