As often, nobody answered.

This is how you do it.

In the first frame of your from, you type the hidden input box with the name and value:

method = "hola";

create an input box and as a viriable name you write "input"

and a button with this info:

on (release) {getURL ("urlpath.php", "_blank", "GET")};

and try it out.. should work!