この親ページには Criatweb というタイトルがあり、その中に iframe ページがあります。iframe ページ内の div の表示を変更したいのですが、タイトルが Criatweb の場合にのみ変更します。iframe ページでこれを試しましたが、成功しませんでした:
<script type="text/javascript">
if (window.parent.document.title == 'Criatweb')
{document.getElementById('customizarsite').style.display = 'none';}
</script>