Hi,
Any one knows to call a server side function from client side ( Java Script).
Thanks in Advance.
Revathi.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Revathi MurugesanPosted Aug 4, 2011, 4:55 AM
Zoran HorvatPosted Aug 4, 2011, 3:52 AM
Alternative is to use AJAX to provide run time communication with server.
In either case, you can't call server-side function directly, but must design Web pages to communicate with the server.
Zoran