|
Matt,
Try something like this (as well as you dynlayer stuff, obviously) <script language="Javascript">
var outString = "" , thisForm ; if ( is.ns ) thisForm = helloLayer.doc.forms[0] ;
for ( var loop = 0 ; loop < thisForm.elements.length ; loop++ ) outString += thisForm.name + ":" + thisForm.elements[loop].name + ":" + thisForm.elements[loop].value + "\n" ; ; alert ( outString ) ;
and in the body of the document ... <body>
Hope this helps .... Mark Pratt p.s. Maybe the if IE then do this / if NS then do this should be hidden away in a library so the form(s) on dynlayers can be accessed more cleanly???? Matt Fair wrote: Hello, I would like to know if I am able to access and set the values in |
- [Dynapi-Help] forms and layers Matt Fair
- Mark Pratt
