I am trying to download some applets for my physics class (my students like applets a lot) and cannot download them because I don't know how to interpret the tag CODEBASE="."
The web page source code looks like this:
--------------------------------------
<applet code="Lab.class" name="Lab"
archive="Lab.jar" codebase="." width=640 height=440>
<param name="simulation" value="single spring">
</applet>
--------------------------------------
You see from it that CODEBASE points to ".", but I can't seem to figure that out. I have done research in several java books and didn't find any reference for that "." address.
Could you please give me a hand with this?
topito2 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.