I tried creating an iframe code for the below Google URL
Here is the iframe code ,but ,it displays a blank page and I don't know how to fix it. Please suggest a better way to do this ,I want the iframe to be on my site .Thanks
I tried creating an iframe code for the below Google URL
Here is the iframe code ,but ,it displays a blank page and I don't know how to fix it. Please suggest a better way to do this ,I want the iframe to be on my site .Thanks
Here's a similar question. And the accepted answer fits your question as well.
The reason for this is, that Google is sending an "X-Frame-Options: SAMEORIGIN" response header. This option prevents the browser from displaying iFrames that are not hosted on the same domain as the parent page.
See: Mozilla Developer Network - The X-Frame-Options response header