itssami 0 Report post Posted November 18, 2005 Hey...I have a java code of RSS feeds.When i put it in my website , on front page,and when i preview,there is blank place (where news should be) and there is a yellow bar on internet explorer..there is a message.."To Help protect your security,Internet explorer has resticted this file from showing active content that could access your computer.Click here for more options"And when i click to that bar, there is option "ALOW BLOCKED CONTENT" THen it shows those news.I am very upset.Because i dont want that bar.Can you please help me by telling the way , that there comes news directly and IE has no any problem?Thanks. Share this post Link to post Share on other sites
FLaKes 0 Report post Posted November 18, 2005 I think that you can avoid this by linking the javascrit file externally instead of having it in the page. Like this: <script type="text/javascript" src="file.js"></script> Share this post Link to post Share on other sites
gameratheart 0 Report post Posted November 19, 2005 You can also add your site to the Trusted Sites list (Tools > Internet Options > Security), although that just lowers IE's protection on the site, it doesn't really fix anything. To be honest, even though I am quite a good JavaScript programmer, even I have this problem and I have not yet found a solution. FLaKes' idea may be the only way, but I don't think it works... Share this post Link to post Share on other sites