Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. itucakov

    php action loading in a different browser

    This is a quick question about php action option. Suppoese I have this in a php file: <FORM ACTION=\&quot;http://musr.triumf.ca/~itucakov/GUI_RMIApplet.html\&quot;> 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...
  2. itucakov

    applet loading from php

    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(&quot;someClass&quot;); print $someClass->someClass($something); I hve...
  3. itucakov

    java class loading from client machine?

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

    java class loading from client machine?

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

    php vs. applet chalenge

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

    php vs. applet chalenge

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

Part and Inventory Search

Back
Top