Below is a fragment of an Ajax call to PHP to convert text to upper
case while a user does input.
    httpObject.open("GET", "proxy/upperCase.php?inputText=abcd",true)

When I run this with Apache on port 8080 I can use ProxyPass to change
"proxy" to http://localhost:80 which is where IIS serves the php page.
This overcomes the Ajax cross domain restriction.

I have JHS running on 65001 and what want to do is
httpObject.open("GET", "proxy/JHS?(myfirstJexpression)"
where proxy would be mapped to http://localhost:65001

Is there something that describes how to go about doing this using JHS.
The file ~/addins/jhe/utilh.ijs is where the ajax js functions are defined,
but I need some help.

Thanks
David
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to