Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
fransikaye #1
Petrov's advanced layer popup
Trying to find the code needed to put into the popup window allowing the user
to click on: CLOSE WINDOW
The regular script below does not work on the popup layer.
<a href="JavaScript:onClick=window.close()">Close Window</a>
Has anyone been successful with this?
fransikaye Guest
-
Cannot create JavaScript popup menu with Show Popup Menuusing Add Behaviors
Whenever I load a page with this added behavior and test it with my link, I get an "Error on Page" message. Here is what I am doing: Create a... -
Disabling Advanced Editing Popup dialog boxes when making a form
I'm using Acrobat Professional v6 to create a fill in form. I would like to disable the popup properties dialog box that is displayed after each... -
Bottom layer spoils its upprt layer
In my bottom layer, I have a gradient fill in gray color. On top of this layer, I have some paragraphs in blue color. I want the bottom layer has no... -
PE2: Selecting and painting a layer having a Hidden Power Tools' layer mask?
I am making a collage using PE2. I have a background layer (solid color) and then each photo is on its own layer with a layer mask used from the... -
on Director : 3D layer + flash (SWF) layer (or with other layer type)
Thankx for all it's works :) Coool -
E Michael Brandt #2
Re: Petrov's advanced layer popup
A better way to write this is:
<a href="javascript:;" onclick="this.close()">Close Window</a>
but without seeing a url it is hard to say why it would not work as written.
--
E. Michael Brandt
[url]www.divahtml.com[/url]
[url]www.divahtml.com/products/scripts_dreamweaver_extensions.php[/url]
Standards-compliant scripts and Dreamweaver Extensions
[url]www.valleywebdesigns.com/vwd_Vdw.asp[/url]
JustSo PictureWindow
JustSo PhotoAlbum, et alia
--
E Michael Brandt Guest
-
fransikaye #3
Re: Petrov's advanced layer popup
Unfortunately this is sitting in an intranet server and thus is not available
for you to view.
Both of these codes are fine if the page is brought up on its own. i.e. in its
own IE window.
However, if I am accessing the url through the advanced layer popup.. so that
it appears on top of the main page as a flyout type layer.. the code does not
close that popup/flyout layer.
I wish I could just show it to you.
fransikaye Guest
-
E Michael Brandt #4
Re: Petrov's advanced layer popup
So you are not trying to close a popup window? You are trying to hide a> However, if I am accessing the url through the advanced layer popup.. so that
> it appears on top of the main page as a flyout type layer.. the code does not
> close that popup/flyout layer.
LAYER? Well then that code could not possibly work.
You simply need to reverse whatever you did to SHOW that layer - perhaps
in css: display:none ??
--
E. Michael Brandt
[url]www.divahtml.com[/url]
[url]www.divahtml.com/products/scripts_dreamweaver_extensions.php[/url]
Standards-compliant scripts and Dreamweaver Extensions
[url]www.valleywebdesigns.com/vwd_Vdw.asp[/url]
JustSo PictureWindow
JustSo PhotoAlbum, et alia
--
E Michael Brandt Guest



Reply With Quote

