How pass a parameter to a blank application

Hi, I’m a newbie of script case. I have to pass a parameter by selecting it on the grid, push a button and then pass it to the blank application. The part I miss most is the way of how can I take it on the blank application. I know of POST and GET methods, but i don’t want to create a form. I want to do it with a new button.

Thanks for all the answer, even suggestions are well accepted, my first goal is to learn something :smiley:

[QUOTE=Raiden5692;22743]Hi, I’m a newbie of script case. I have to pass a parameter by selecting it on the grid, push a button and then pass it to the blank application. The part I miss most is the way of how can I take it on the blank application. I know of POST and GET methods, but i don’t want to create a form. I want to do it with a new button.

Thanks for all the answer, even suggestions are well accepted, my first goal is to learn something :D[/QUOTE]

If you use a blank application then you don’t have a form. So just $_GET as useual.