Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
I have a cgi script that I want to use for the createAction, updateAction, deleteAction and listActions. I need to be able to pass in several &name=value pairs on the action urls. They are being dropped evidently by the POST.

I was able to force two parameters into the load and that worked:
JavaScript
$('#details').jtable('load', { _program: 'dft_pgmd.retoolscmponentlist.sas', _debug: 0, action: 'load' } ); 

I have not been able to get any of the other three actions to work accordingly.

How do I pass additional URL parameters for those actions?
Posted
Updated 26-Nov-12 7:30am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900