I want to load google.com into a page in my site.
I tried using iframe but it doesn’t work google.com.
<iframe src="http://www.google.com"></iframe>
didn’t work.
How can I load the contents of google.com to my page?
I don’t care if the solution uses PHP, javascript or simple HTML.
I know that the iframe can’t work im trying to figure a way around it.
edit:
I want the hole page to load. It’s not for fishing its just for fun. I want to find a way around the iframe block.
If you want to display a search input which submits to Google, here’s a possible way to go: http://www.google.com/cse/tools/create_onthefly
But don’t forget that this does not include Google to your site – that is simply a form which will send the user to Google. He won’t be on your site then anymore.