Results 1 to 8 of 8

Thread: AcitveX Security Warning in IE7

  1. #1
    Join Date
    Jan 2006
    Posts
    234
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Question AcitveX Security Warning in IE7

    Hi.

    I created this website in XHTML Transitional.
    Every page appears to be valid XHTML and CSS but my Javascript menu does not work if IE does not allow active content which I beleive is the default setting.
    Is there anything I can do that people wont get this ActiveX warning.
    Change the doctype to HTML Transitional did not work since IE does not support XHTML, at least that is what I've been told.
    There must be a way of running a Javascript menu without getting this warning.
    Hopefully someone of you guys can help me out here.

    Thanks,
    Tommy
    Cheng

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The warning occurs when running a page locally -- it won't happen once you upload it.
    Every page appears to be valid XHTML and CSS but my Javascript menu does not work if IE does not allow active content which I beleive is the default setting.
    Is there anything I can do that people wont get this ActiveX warning.
    Change the doctype to HTML Transitional did not work since IE does not support XHTML, at least that is what I've been told.
    You heard right, but misinterpreted it. You must use HTML if you want a valid page that works in IE. As your page stands it's perfectly valid XHTML, and the validator will tell you as much -- which counts for precisely nothing, because browsers will parse it as HTML, as which it isn't valid. Stick to HTML 4.01 Strict for now.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jan 2006
    Posts
    234
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    .......ok thanks.
    And the ActiveX warning was gone when I testet the site online.
    Sorry, but this was a mistake of mine.
    Allready changed it to HTML 4.01 Transitional.
    Crazy that MS cant get their browser to support XHTML.....

    Another question by the way.
    I'm using a lot of different images on each page and I would like a loading animation with an animated gif until the images are loaded and then display the full page.
    I have a script but it's not working on this site, probably wont mix with my javascript menu.
    Do you have an idea where I can find a working script?

    Thanks a lot for the quick reply,
    Tommy
    Cheng

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Allready changed it to HTML 4.01 Transitional.
    Why not Strict?
    Another question by the way.
    I'm using a lot of different images on each page and I would like a loading animation with an animated gif until the images are loaded and then display the full page.
    I have a script but it's not working on this site, probably wont mix with my javascript menu.
    Do you have an idea where I can find a working script?
    Have a look at this: http://www.dynamicdrive.com/dynamici...eloadimage.htm.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    But that script doesn't work in FF.
    Last edited by jscheuer1; 08-19-2007 at 11:54 AM. Reason: fix link
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Really? It says it does.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    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

    Works in my FF.
    - John
    ________________________

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

  8. #8
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Ah. Cause you linked to the script directly, so it didn't show. I thought it was the Preloader II script.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

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
  •