getting security warning dont know way

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default getting security warning dont know way

    here is example i created a blank page with welome on it . and im getting a
    security warning when i preview it

    message is
    to help protect your security, Internet Explorer has restricted webpage from
    running scripts or active x..........

    code follows
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>

    <body>
    hello
    </body>
    </html>


    Ardsranger Guest

  2. Similar Questions and Discussions

    1. File Download - Security Warning
      I have a webpage that when you click on a link it opens an executable file. However, you first get a prompt regarding a "File Download - Security...
    2. windows sp2 security warning in my page
      hi, all These days, I found when I open my test aspx page with some javascript inside, IE shows a security warning says to open this page is on a...
    3. Security Warning
      My client is getting a security warning when he visits a page that has a director animation. It says... Do you want to install and run...
    4. ADO security warning in MDAC version 2.8
      Bill, More details can be found here : ADO 2.8 Security Design Issues and Changes...
    5. Disable Explorer Security Warning
      Hello, Does anyone know a way to disable Explorer security warning when opening file with extention like .exe .com .bat? It look like the...
  3. #2

    Default Re: getting security warning dont know way

    That page should not trigger this warning. But tell me - are you running
    Norton Internet Security?

    Have you read this?

    [url]http://www.projectseven.com/support/answers.asp?id=153[/url]

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Ardsranger" <webforumsuser@macromedia.com> wrote in message
    news:elp88f$5he$1@forums.macromedia.com...
    > here is example i created a blank page with welome on it . and im getting
    > a
    > security warning when i preview it
    >
    > message is
    > to help protect your security, Internet Explorer has restricted webpage
    > from
    > running scripts or active x..........
    >
    > code follows
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    > <title>Untitled Document</title>
    > </head>
    >
    > <body>
    > hello
    > </body>
    > </html>
    >
    >

    Murray *ACE* Guest

  4. #3

    Default Re: getting security warning dont know way

    thank you .. i did not know that
    I posted the page to the web no errors just local copy had it. I will explore
    more of the links you sent and thanks again

    But when I preview my page in Dreamweaver, IE alerts me that content is
    blocked!
    This is correct. Microsoft created a Lockdown Zone to block all Active Content
    on pages that reside on your local hard drive. JavaScript and Flash will be
    blocked when you preview a local file - but the page will display normally when
    viewed on the internet. Microsoft did this to protect the lowest common
    denominator of users from malevolent content delivered via traded CDs, DVDs,
    and other portable media - or from files saved via the internet or e-mail to
    your local hard drive.
    God bless and have a great Christmas

    Ardsranger Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139