Professional Javascript Components
:: Forum >>

can you give a JSP example for returning a reponse to AW.HTTP.Request

var req = new AW.HTTP.Request;
req.setURL('abc.jsp');
req.response = function(text) {
alert(text); // do something with response here
};
req.request();

HOW WOULD THE abc.jsp CODE LOOK LIKE TO RETURN THE VALUE IN TEXT?

Thanks so much
Precidion
Saturday, November 10, 2007

This topic is archived.


Back to support forum

Get the new version

ActiveWidgets 2.6.4 Free Trial
     IE, Firefox, Safari, Opera, Chrome
     iOS, Android, Windows 8.1
     Released Jan 7, 2014

Forum search