D
dsimonneau
Hello all,
I would like to call a JSP from a Javascript and get a result on my
javascript
To call the JSP I'm doing like that :
<SCRIPT LANGUAGE="Javascript1.1">
function test()
{
var img = new Image();
img.src= 'http://myserver/jsp/test/test2.jsp';
}
It works fine, but I don't know how I could get a return value from
the JSP to the Javascript
Thanks for any help
Denis
I would like to call a JSP from a Javascript and get a result on my
javascript
To call the JSP I'm doing like that :
<SCRIPT LANGUAGE="Javascript1.1">
function test()
{
var img = new Image();
img.src= 'http://myserver/jsp/test/test2.jsp';
}
It works fine, but I don't know how I could get a return value from
the JSP to the Javascript
Thanks for any help
Denis