Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
moonjeep #1
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
-
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.... -
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... -
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... -
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... -
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... -
TPK #2
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
-
Murray *ACE* #3
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
-
moonjeep #4
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
-
moonjeep #5
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



Reply With Quote

