Ok
jQuery(“#m1”).click( function() { var s; s = jQuery(“#s1list”).getGridParam('selarrrow'); alert(s);beforSubmit:top.location=”test.php”});
I can send the data via get but not via post.
The goals is to aim the page test with the post variable and data.
I'm trying the $.post method of jquery but no result because the content is execute in the same page.
I don't find a solution
Thanks for your help