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("<form name=\"helloform\">" +
                                                "<input type=\"text\"
name=\"hello\" value=\"hello world\">" +
                                           "</form>")
DynAPI.document.addChild(helloLayer)

I would like to access the text field to get "hello world" and be able
to set it a different value.
So far I have not been able to figure this out.

Thanks in advance,
Matt


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help

Reply via email to