ボタンをクリックして、次の構造を持つ完全なhtml(スケルトンについては以下を参照)ページを別のhtmlページにロードしました。
<!--START:HTML to be loaded by ajax-->
<head>
<!--START: The content inside this head tag is not processed while the page is loaded via ajax-->
<link rel="stylesheet" type="text/css" href="css/rrr.css" media="screen, projection, print" />
<script>
...
</script>
<script type="text/javascript" src="aaas/xxxx.js"></script>
<!--END: The content inside this head tag is not processed while the page is loaded via ajax-->
</head>
<div id="content">
<!--Page content on which the above script tags inside head tag to act-->
</div>
<!--END:HTML to be loaded by ajax-->
Safari バージョン 5.0.1 および 5.0.2 では、head タグ内のコンテンツは解析されませんが、html 内のコンテンツはすべての IE、FF、chrome、および safari 5.1.2 で解析されます。「コンテンツ」と等しい id を持つ div 内のコンテンツは、Safari 5.0.1 および 5.0.2 を含むすべてのブラウザーで表示されます。これで私を助けてください。事前に感謝します。