X.Js.Call return value

  1. #1

    X.Js.Call return value

    Hello,

    I am using X.Js.Call to call a javascript function from code-behind. The problem is that I could not figure out how exactly I can handle the javascript function return. It returns boolean results, working fine on client side. Is it possible to get the javascript function return on server side when called by X.Js.Call?

    Thx & regards.
  2. #2
    Hi,

    X.Js.Call just generates respective JavaScript code to be executed on client. It doesn't not execute a JavaScript function on server.
    Last edited by Daniil; Jun 21, 2012 at 1:12 PM.
  3. #3

    Thanks

    Quote Originally Posted by Daniil View Post
    Hi,

    X.Js.Call just generates respective JavaScript code to be executed on client. It doesn't not execute a JavaScript function on client.
    Thank you Daniil. I figured it out some how ;-))
    Regards.

Similar Threads

  1. Replies: 4
    Last Post: Jul 25, 2012, 5:45 AM
  2. Replies: 6
    Last Post: Mar 11, 2011, 5:30 AM
  3. take value of return function
    By thiefo in forum 1.x Help
    Replies: 5
    Last Post: Mar 11, 2010, 7:47 AM
  4. How to return value from ext window
    By maxdiable in forum 1.x Help
    Replies: 3
    Last Post: Feb 08, 2010, 1:15 PM
  5. How can I get return value webservice?
    By relativ in forum 1.x Help
    Replies: 0
    Last Post: Dec 02, 2009, 4:33 AM

Posting Permissions