Pop up window does not pop on IE6 locally

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

  1. #1

    Default Pop up window does not pop on IE6 locally

    Build templet on FW 8 using Nav Bar buttons as menu, then applied Open Brower
    Window for image gallery in DW8.
    Everything works fine on IE6 and FF1.5 when I put the site to remote server,
    but when I viewing the site on my local machine, IE 6 doesn't pop up a new
    window and give me an error message says "Access is denied". I checked the page
    source code, IE6 indicated the line is "window.open(theURL,winName,features);",
    which is the Open Brower window code generated by DW8.

    I did search the forums here, it's not look like
    [url]http://www.projectseven.com/support/answers.asp?id=153[/url], because I changed
    setting on my XP, but the problem still happens on winXp and win2000 pro
    locally by IE6.

    I'm not sure the java script of FW8 Nav Bar buttons conflicts with the java
    script of DW8 Open Brower window or not, but the pop up window doesn't show up
    locally by IE6. My client ask for a copy of the site on CD, if he/she can't
    display the site pop up windows locally by IE6, I'll be grounded soon.

    Anyone has a clue?

    moonjeep Guest

  2. Similar Questions and Discussions

    1. SWF plays locally but not from the net.
      I just got a new Dell laptop and installed Flash 9.0. It has IE 7.0 on it and I can't go back to 6.0. When I play a SWF file locally it works fine....
    2. Testing CF Locally
      I am in the habbit of making all my links absolute. This is a problem when I test my CF pages locally. Say I have a cflocation tag that points to...
    3. Test Locally?
      When I try to open a local cfm file in a browser, it opens it in dreamweaver ,so I can never really test. I installed CF and all the services say...
    4. Cannot Login Locally
      I have just had my server dcpromo'd and joined to the domain, but when my enterprise admin tried to remote desktop back into the server he could...
    5. Running IIS locally
      I have loaded IIS on my machine. When I run an ASP.NEt application non of my object show up in the browser. specifically any drop down boxes or...
  3. #2

    Default Re: Pop up window does not pop on IE6 locally

    Hi moonjeep,

    Have you heard of "mark of the web"?
    Article:

    [url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overvie[/url]
    w/motw.asp

    It refers to including a short string of code that automatically tells your
    page to load on a local machine, which is normally denied (a security feature)
    on Windows XP.

    Include this:

    <!-- saved from url=(0014)about:internet -->

    in the head of your document, just after the HTML declaration.

    TPK

    TPK Guest

  4. #3

    Default Re: Pop up window does not pop on IE6 locally

    DW8 will do this for you....

    --
    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
    ==================


    "TPK" <webforumsuser@macromedia.com> wrote in message
    news:ecn3c1$j77$1@forums.macromedia.com...
    > Hi moonjeep,
    >
    > Have you heard of "mark of the web"?
    > Article:
    >
    > [url]http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overvie[/url]
    > w/motw.asp
    >
    > It refers to including a short string of code that automatically tells
    > your
    > page to load on a local machine, which is normally denied (a security
    > feature)
    > on Windows XP.
    >
    > Include this:
    >
    > <!-- saved from url=(0014)about:internet -->
    >
    > in the head of your document, just after the HTML declaration.
    >
    > TPK
    >

    Murray *ACE* Guest

  5. #4

    Default Re: Pop up window does not pop on IE6 locally

    Thanks TPK and Murray *ACE*.
    I checked all my html documents, DW8 already did so, but the issue still there.
    I don't know why it happens, even it's under Win 2000 pro environment.
    moonjeep Guest

  6. #5

    Default Re: Pop up window does not pop on IE6 locally

    I'm sorry guys. I think I maybe misunderstood yesterday, I thought I need the
    <!-- saved from url=(0014)about:internet --> put into my html source code.
    Because of the "mark of the web" cause the issue, now I deleted the <!-- saved
    from url=(0014)about:internet --> from my page, everything goes smooth. Problem
    solved. Thanks.

    moonjeep 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