This is a quick question about php action option.
Suppoese I have this in a php file:
<FORM ACTION=\"http://musr.triumf.ca/~itucakov/GUI_RMIApplet.html\">
Now, once the submit button is pressed, the html file will be loaded in the browser. Can I make it load in a new browser instead of...
I recently found out that php can be combined with java. What I learned is that it is possible to open a java class within php and use it to do something.
For example it looks something like this:
$someClass = new Java("someClass");
print $someClass->someClass($something);
I hve...
I'm not sure if my message got posted. I'll ask again.
What would the be difference then between loading an applet from the server machine (where the php page is loaded from) and loading the applet from the client machine(from the same php page which is loaded from the server).
Also, I was...
Hello,
I was wondering if you can answer me about one question I have:
Suppose I have a php class which I load from some server machine. When I make a call to create a class in java it would
be (I assume) loading it from the server machine. What if the server knew that I have a certain class on...
Thanks.
THe second option seems more simple. However, how would the stand-alone Java program know where the applet is (since it is in a netsape web browser) and also whether it has been already loaded or not. BEcause, if it has been loaded, then the program should know that, find the applet and...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.