sridhar golyandla Posted May 20, 2010 Share Posted May 20, 2010 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)." Quote Link to comment Share on other sites More sharing options...
phpchamps Posted May 20, 2010 Share Posted May 20, 2010 post full code plz.. Quote Link to comment Share on other sites More sharing options...
sridhar golyandla Posted May 20, 2010 Author Share Posted May 20, 2010 "process.php" is a external server page. I don't have code. Code in my page : <iframe src='https://www.websites.com/process.php' width='400' height='500' scrolling='yes'></iframe> Quote Link to comment Share on other sites More sharing options...
ram4nd Posted June 5, 2010 Share Posted June 5, 2010 use double quotes(") instead of singles('). That's the standard and browsers might not render correctly the html. I bet most of IE's won't. Quote Link to comment Share on other sites More sharing options...
Adam Posted June 8, 2010 Share Posted June 8, 2010 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? Quote Link to comment Share on other sites More sharing options...
Soldier Jane Posted June 15, 2010 Share Posted June 15, 2010 Could it be something to do with the fact that it uses the HTTPS protocol? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.