Hi,

I just want to know unlike remote scripting with javascript and ASP..do we also have remote scripting support with javascript and PHP...??

If anybody does have any idea abt this pls reply ASAP...and also if possible mention some relevant links for more information..

Thanks..
OM

    What do you mean by remote scripting?

      OK..

      u have .php file on server side which contains a function 'strreverse()'

      Now how can one call this function through javascript w/o reloading the page..seems something strange..🙁

      But their is a solutions for this .u can use remote scripting method
      for above requirement..

      As per my knowledge till now remote scripting is only available with javascript and ASP..

      Remote scripting is an extremely powerful feature available in both Netscape Navigator (4.x and above) and Internet Explorer (4.x and above). It allows us to use a combination of scripting languages to call server side ASP code from client side pages. Remote scripting treats our ASP pages as objects and allows us to use the object.method syntax to reference the functions contained within them.
      The main benefits of using remote scripting are that it's cross browser compatible (works on NS4.x+ and IE4.x+) and takes away the need to refresh a page when some sort of server action is required to either send/receive data.

      The technology behind remote scripting is not extremely complicated, and to enable remote scripting capabilities on IIS web server we only need a handful of files: rs.htm, rsproxy.class and rs.asp

      Hope now the idea is clear.....

      OM

        Write a Reply...