Hi experts
I am fetching some data from xsjs application using ajax in my ui5 application,i can pass two variables with ajax url as shown below
var aUrl="/XXXXX/XXXXX/Status.xsjs?n1=' + y + '&n2=6'; |
But i cant pass three variables with url
var aUrl ='/XXXXXX/XXXXX/Status.xsjs?n1=' + y + '&n2=6&n3='+Status;
Thanks