EarthWeb
Developer.com
Site
windows 2000
visual c++
java
visual basic
javascripts
recommend it
 
Book
thinking in java
 
Interact
forum
guest book
jobs
jokes
what's new

share code
 
Resource
add resource
modify resource
new resource
 

[Internet Jobs]
-----
Java by E-mail:

Get the weekly e-mail highlights on Java!
-----

-

Determine the host from where the Applet is loaded


Author: Real Gagnon
Author's WebSite: http://tactika.com/realhome/realhome.html


import java.applet.*;

 public class MyApplet extends Applet {

   public void init() {
     System.out.println(getCodeBase());
     }
   }


Posted On: 3-Jul-1999

internet.commerce