On Nov 26, 4:50 pm, Thomas Broyer <[EMAIL PROTECTED]> wrote:
>
> FormPanel form = new FormPanel("_blank"); // equivalent to
> target=_blank in HTML
> form.setAction("http://action_script");
> form.setMethod(FormPanel.METHOD_POST);
>
> // TODO: add some panels and your controlsThat's the answer I was looking for. Works perfect. Thanks!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
