From: Pascal B. <pb...@oi...> - 2000-11-03 08:08:17
|
use the layer's .doc property to reference the document of the layer: myLayer.doc.formname.formitem.value='whatever' or for images: myLayer.doc.images[imagename].src='mygif.jpg' Pascal Bestebroer pb...@oi... http://www.oibv.com -----Oorspronkelijk bericht----- Van: dyn...@li... [mailto:dyn...@li...]Namens Samuel, Michael M Verzonden: vrijdag 3 november 2000 8:34 Aan: 'Dyn...@li...' Onderwerp: [Dynapi-Dev] Referencing forms in nested layers I'm new to the mailing lists here - so I beg your forgiveness if this isn't the appropriate list to send this to! :) I'm working on a page with multiple layers essentially creating a windows-esque dialogue interface. I've got forms referenced on several of the layers, and what I'm trying to do is create a new Option on one layer with a select box. What is the syntax for referencing the forms on a layer without traversing the document tree as with netscape? Thanks for the support! Mike |