I am working on a project and I would like to do something but
I am not sure if it is possible.
Suppose I have a netscape browser with php file loaded
in it. Now, this php file contains a link to some file.
Now, I have a separate browser where I have an applet
loaded. This applet can plot the data in the file that the
php file link points to.
Is there a way for me to design a button in the php page
that would take that file and automatically load it in the applet
in my other browser. Or even, if the applet is not open,
open it in a separate browser and load the file.
I am using RMI for data transfer so is there a way to incorporate
that in the data transfer as well?
Basically, my questoin is: is it possible to make calls (that would
usally be called and manipulated in the applet) from a different
place (web browser) such as a php file? ANd how is that done.
Not only that, is it possible to do java related stuff, from a php file?
Any suggeston or comment or question would mean lots.
Thanks
Ivan
I am not sure if it is possible.
Suppose I have a netscape browser with php file loaded
in it. Now, this php file contains a link to some file.
Now, I have a separate browser where I have an applet
loaded. This applet can plot the data in the file that the
php file link points to.
Is there a way for me to design a button in the php page
that would take that file and automatically load it in the applet
in my other browser. Or even, if the applet is not open,
open it in a separate browser and load the file.
I am using RMI for data transfer so is there a way to incorporate
that in the data transfer as well?
Basically, my questoin is: is it possible to make calls (that would
usally be called and manipulated in the applet) from a different
place (web browser) such as a php file? ANd how is that done.
Not only that, is it possible to do java related stuff, from a php file?
Any suggeston or comment or question would mean lots.
Thanks
Ivan