0

I have a JSP page which launches a CPP app. When an http request is sent from the CPP app, is there any way to get that request served in the JSP from which the app got launched? Please advise

Vivek
  • 341
  • 1
  • 5
  • 15

1 Answers1

0

Looks like you are looking for AJAX

http://api.jquery.com/jquery.ajax/

PBLC
  • 259
  • 2
  • 12