![]() |
|
|
|
|
1
6th September 08:15
External User
Posts: 1
|
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 http://www.projectseven.com/support/answers.asp?id=153, 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? |
|
|
|
|
2
6th September 08:15
External User
Posts: 1
|
Hi moonjeep,
Have you heard of "mark of the web"? Article: http://msdn.microsoft.com/library/de.../dhtml/overvie 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 |
|
|
|
|
3
6th September 08:15
External User
Posts: 1
|
DW8 will do this for you....
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== |
|