Quote Originally Posted by Paul Bruneau View Post
I'm guessing I wasn't too clear about what I want to do.
In a nutshell, I have a form embedded in a PopUp layer on my "contact.htm" page. That PopUp is named PopUp-1 and it works fine. I'm thinking that PopUp-1 is stored as an object and should be reusable. I should be able to link to it from anyplace on the "index.htm" page (or any other htm page) without a lot of programming.
Isn't it just as simple as I think?
Paul
Paul, it is not as simple as you imagine.

The name of Layers are not part of the published website.
A layer is a container of content that may be used in a pop-up or just to establish a hierarchy of objects.

The pop-up can be triggered if you know a thing in that layer.
We do this by Naming something and then finding it and moving up to its Grandparent.

To trigger this from another page actually requires you to jump to the holding page and then trigger it.
I do not think you are after this.
I have coded this before and is it fairly simple to implement.

Instead, I suggest you create your form on a separate design page and crop the page down to fit.
You then need to use the Embed a website widget in a pop-up layer on every page.
You then have a nornal button on each page to open the pop-up (and form).

Acorn