pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

call service from javascript file

i tried to call service from javascript page.
It not working on another page what i want to do??
I write following code:
function fun()
{
recent.execute({});
}
and this function call in another page.
Image
Image

how to call external service with external javascript file??It not working with this code.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

call service from javascript file

Hi Pritu,

This is not working as a service should be created for every page separately.

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

call service from javascript file

I want to do like this following url...
http://docs.appery.io/tutorials/manip...
But i want call service when any person show that page.
and store that page detail in separate page in list like above link.
But how to manage service to show list in another page.???

a person visit any page that add in listview.so person can know that how much detail I show.
how to do this using service.???

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

call service from javascript file

Hello!

Here is how to create service which you can use on all pages https://getsatisfaction.com/apperyio/...

Return to “Issues”