SyntaxFix
Write A Post
Hire A Developer
Questions
Bind the button, this is done with jQuery:
$("#my-table input[type='button']").click(function(){ var parameter = $(this).val(); window.location = "http://yoursite.com/page?variable=" + parameter; });