From: Matthew <ma...@di...> - 2000-10-25 17:20:30
|
hey love the new DYNAPI2 .. just started using it yesterday and find it very intuitive and somewhat fun... What I am trying to do is allow form elements to be filled out and then add this information to a different layer.... so I am extracting the form elements out through javascript, assigning each to a variable then adding these variables to the setHTML() method... this works in IE as I can access the form elements directly through the document.forms.formname.formelement.value... but NS it seams to be a different story.. I am assuming that because the form is on a layer that I have to somehow access the form through the layer... but I am not sure how the DYNAPI writes to the DOM for me to access.. looking at IEs DOM the DYNAPI2 writes JSDynLayer0, etc but I cannot seam to access the form referencing this in netscape.. eg document.layers.JSDynLayer0.formname.formelement.value so i am hoping that you have any sugestions.. Thanks MattieK |