--- iframe_page/iframe_page.module	2010-09-11 15:09:55.000000000 +0200
+++ iframe_page/iframe_page.module.new	2011-04-21 01:00:55.000000000 +0200
@@ -260,6 +260,6 @@ function theme_iframe_page_iframe($node)
 
   $url = url($node->url, array('query' => $params));
 
-  return '<iframe src="' . $url . '" height="' . $node->height . '" width="' . $node->width . '" frameborder="0"></iframe>';
+  return '<iframe src="' . $url . '" height="' . $node->height . '" width="' . $node->width . '" frameborder="0">' . t('Your browser does not support iframes such as the one on this page. However, we still link you to the missing <a href="@url">content</a>.', array('@url' => $url)) . '</iframe>';
 }
 
