Hello,
I created a layer:
    textPropertiesFontField = new DynLayer(null, 128, 60, 1000,
1000,null)
    textPropertiesFontField.setHTML("<form name=\"textinputform\">" +
                                      "<input type=\"text\"
name=\"textfield\" size=\"24\" value=\"ERROR\"
onChange=\"changeText(getCurrentObject())\">" +
                                      "<input type=\"button\"
name=\"change\" value=\"Update\">" +
                                    "</form>")
When I hit enter when I am focused on this field, the form submits it's
self to the current page.  I do not want that, I want to be able to hit
enter and have it focus out of this field.  How do I do that?
Thanks
Matt


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

Reply via email to