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