HighDots Forums  

Layers demo

Javascript JavaScript language (comp.lang.javascript)


Discuss Layers demo in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Iain Downie
 
Posts: n/a

Default Layers demo - 08-05-2004 , 04:54 AM






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



Reply With Quote
  #2  
Old   
Thomas 'PointedEars' Lahn
 
Posts: n/a

Default Re: Layers demo - 08-08-2004 , 11:39 PM






Iain Downie wrote:

Quote:
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


Reply With Quote
  #3  
Old   
Andre Herbst
 
Posts: n/a

Default Re: Layers demo - 08-09-2004 , 01:05 AM



Iain Downie wrote:
Quote:
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?

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

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




Reply With Quote
  #4  
Old   
Iain Downie
 
Posts: n/a

Default Re: Layers demo - 08-09-2004 , 03:40 AM




"Andre Herbst" <moorkonig (AT) compuserve (DOT) de> wrote

Quote:
Iain Downie wrote:
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?


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





Reply With Quote
  #5  
Old   
Kien
 
Posts: n/a

Default Re: Layers demo - 08-11-2004 , 06:19 PM



Hi
I am having troulbe understanding what you want.
Do you want to create a layer with a form in it?
Do you want to fill the form with data from the parent document?

Before you can find something you must know what you're looking for....

Try my examples on forms
http://www.caoxuan.com/cxk/webart/go...ndexForms.html
and an example of layer and form in it
http://www.caoxuan.com/cxk/webart/goodies/sel2sel2.html


Kien


"Iain Downie" <iain.downie (AT) bto (DOT) org> wrote

Quote:
"Andre Herbst" <moorkonig (AT) compuserve (DOT) de> wrote in message
news:cf70m0$qj$1 (AT) ngspool-d02 (DOT) news.aol.com...
Iain Downie wrote:
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?


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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.