Results 1 to 4 of 4

Thread: Conveyor Belt question

  1. #1
    Join Date
    Aug 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyor Belt question

    I have a problem with a web site that I am creating for our home business. The look I created was acheived by making the conveyor belt slide show and using it as the top banner. I am using FrontPage 2003, and the slide show went on without any glitch. The problem I am experiencing is that when going on to the page itself in IE or Firefox.. The bar appears at the top of the page with the warning that ActiveX must be installed to view the slideshow. Is there a way I can place the script on the page to avoid this extra step visitors have to take?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Are you sure it is happening in FF? Unless you have scripting turned off in IE this should only happen locally in it:

    That only happens locally as a security measure. As far as IE is concerned, javascript is ActiveX. Click on the bar and click on allow and click on yes. Once your page is live, this will not happen. You can also give your page 'the mark of the web'. That way it will not display the security bar. Put this right after your <html> tag like so:
    Code:
    <html>
    <!-- saved from url=(0014)about:internet -->
    <!-- this and above comment should be removed for live, non-demo use -->
    <head>
    But, navigating away from the page to another local page, or including another local page on it via a frame or an iframe can be problematical if said page does not also have 'the mark of the web' on it.

    As far as I know FF does not use ActiveX.

    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    WOW thank you so very much... the addition of the script to the site has worked.. now I can post it on the server without the headache of worrying about having the visitors loose intrest right away... Thank you so very much!

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You shouldn't need that code on the server unless it is a local intranet. Even then it might not be needed.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •