Re: [Dynapi-Help] forms and layers

2001-01-11 Thread Mark Pratt
Matt, Try something like this (as well as you dynlayer stuff, obviously)
function showFormResults ( )
{
  // "is" detects browser type

  var outString = "" , thisForm ;

  if ( is.ns ) thisForm = helloLayer.doc.form


[Dynapi-Help] forms and layers

Hello, I would like to know if I am able to access and set the values in a form. I am able to do this if the form is actually hard coded in html, but I want to do this with a dynLayer. For example: helloLayer = new DynLayer(null, 1,1,100,100, 'red') helloLayer.setHTML("" +