Accessing java class from php and html page to obtain a value -
i have web application developed using java or jsp. works fine on laptop (localhost
). on loading index.jsp page, java class called (from index dot jsp) returns sound file client, , on clicking play button sound plays, during timing data collected, analyzed jsp page (analyze.jsp) , result submitted database.
my question want able call java class website developed using (php or html) , want work same way did on index.jsp. on same or different domain. please how can accomplish this? instance, how can call java class generate sound file me on php page or html?
========
@luiggi, call java class index.jsp using code:
<% gettoken gt= new gettoken(); string tokenval = gt.mytoken(); %>
Comments
Post a Comment