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...
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...
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.