i have my php working for java.. i tested it using the code given in php manual containing the line "$system = new Java('java.lang.System');"..
now i have a webpage using javascript containing a textbox and a submit button.. when i type a url in the text box and submit, i want to invoke a java program named "abc.java"..
iam using mysql as database..
iam not finding any format as of my requirement..
can anyone suggest me regarding the sample format of invoking a java program using php and html on clicking a command button..
iam aware of invoking php from html using 'form' but i m not aware of how to invoke java program from javascript..
thanks in advance..