Layers demo

I

Iain Downie

Anyone know of any good beginners guide to layers online, preferably with
examples of form elements (initially populated from a database) updating the
parent page?

I have the basic functionality working with a popup window and
'opener.document.form1', but this doesn't look that good and I can't get it
to fill anything but a form element on the parent page.

Thanks in advance
Iain
 
T

Thomas 'PointedEars' Lahn

Iain said:
Anyone know of any good beginners guide to layers online, preferably with
examples of form elements (initially populated from a database) updating
the parent page?

I have the basic functionality working with a popup window and
'opener.document.form1', but this doesn't look that good and I can't get
it to fill anything but a form element on the parent page.

It is unclear what are you asking for. "Layer" is a term used for
positioned block elements. "opener" is a property of Window objects
that refers to the Window object with the document where the code
resides that opened the current window. document.form1, which is
proprietary and should be replaced by the standards compliant
*and* downwards compatible document.forms['form1'], refers to
an (HTML)Form(Element) host object of the UAs DOM.

What have they to do with one another?


PointedEars
 
I

Iain Downie

Andre Herbst said:
Are you looking for something like that?
http://www.htmlgoodies.com/beyond/layers.html

(just found it in google; keywords were: JavaScript layer tutorial)

Sort of, thanks. I'm after something with specific form examples (see
original request). Everything I found using google (Javascript, form, layers
etc.) returned pages that are fantastic if you want an image to
appear/disappear, but I can't find any form references or examples.

Iain
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top