Will the warning bar go away
I am starting to bu开发者_StackOverflow社区ild a site with HTML and JavasSript as well as embedded YouTube videos.
When I load the site on ie8 I get a warning saying that ie stoped the files that could access my computer. I don't really mind pressing it to actually load my page but when I put it on my web hoster, will that message go away?
Thanks, Luck
I am guessing that this is the message that you're seeing:
The warning appears when a page attempts to load a local, external JavaScript file. Once the page is being served by HTTP you will not see this warning.
You can use the mark of the web: <!-- saved from url=(0014)about:internet -->
to prevent the warning bar. See http://msdn.microsoft.com/en-us/library/ms537628%28VS.85%29.aspx
精彩评论