how can i send 2 parameters from GlideAjax.I have written the code but doesn't seems to be working.
Hi All, I want to pass two parameters from client side to server side (script Include), I am using change client script and sending data to the script include. var ga=new GlideAjax("script_Include_name");ga.addParam("sysparam_name", "function name");...
