For some reason my iframe doesn't work. It doesn't take me to google.com.
So confused
HTML Code:<html> <head> </head> <body> <iframe src="http://google.com"></iframe> </body> </html>
| SitePoint Sponsor |
For some reason my iframe doesn't work. It doesn't take me to google.com.
So confused
HTML Code:<html> <head> </head> <body> <iframe src="http://google.com"></iframe> </body> </html>
Google uses the X-Frame-Options: SAMEORIGIN header to block the site displaying in iframes.
Bookmarks