IE+Flash+Anchor 사용 시 중복으로 title 에 anchor name 붙는 버그
ITWeb/개발일반 2008. 11. 21. 16:40http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2547247&SiteID=1
This is bug FP-240 at Adobe:
http://bugs.adobe.com/jira/browse/FP-240
Vote for the bug there if you want to see it fixed.
This bug has been identified as bug 312 for IE7 here:
http://webbugtrack.blogspot.com/2007/12/bug-312-anchor-links-klobber-page-title.html
Hopefully IE8 will fix this.
<script type="text/javascript">
// <![CDATA[
window.onload = function()
{
document.title = "Your site name here";
}
// ]]>
</script>