Possible Duplicate:
How to change style of iframe content cross-domain?
Hi everybody.
Is it possible to change an iframe content if it comes from another site? e.g.
<html>
<head></head>
<body>
<iframe src="http://www.google.com"></iframe>
</body>
</html>
Thanks.