Justin
Justin

Reputation: 742

Is it possible for a java web applet to grab its own URL and parse it?

I was wondering if it would be possible for a Java Web Applet to grab its own URL?

Upvotes: 1

Views: 84

Answers (2)

Reimeus
Reimeus

Reputation: 159874

You can use Applet#getCodeBase

Upvotes: 3

Related Questions