page scroller

Discussion in 'JavaScript' started by mdunicorn, Nov 26, 2007.

  1. #1
    Hello,

    I saw a script named "page scroller" in the following page and it works well without any error:

    http://www.dynamicdrive.com/dynamicindex2/pagescroller.htm

    but when I'm using it in my program, in the same browser (with the same security options), I get the following error:
    
    To help protect your security, Internet Explorer has restricted this file from showing active content that could acess your computer....
    
    Code (markup):
    I'm confused, please help!
     
    mdunicorn, Nov 26, 2007 IP
  2. NoelWalters

    NoelWalters Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You only see that messae if you are loading the page from the local file system. You won't see it if the page is loaded from a webserver.
     
    NoelWalters, Nov 28, 2007 IP