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 wOOdy-Soft 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: *

  • Users: itucakov
  • Content: Threads
  • Order by date
  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?

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