Hi,
I'm trying to update an applet in HTML using javascript.
According to documentation, I can pass the parameters as a Hashtable object which doesn't seem a bad idea.
This may seem trivial, but I'm not really a javascript programmer, but more a perl/php guy. When I try to construct the object as specified in the documentation
( Hashtable numbers = new Hashtable(); ), I get an error from IE:
Expected ';'
I am guesting that I should import a module or something, but I cannot get this to work. I've searched on internet, but not really found something I can use.
Sorry to bother you with this simple question.
PS: this is a link to the applet doc:
AD AUGUSTA PER ANGUSTA
Thierry
I'm trying to update an applet in HTML using javascript.
According to documentation, I can pass the parameters as a Hashtable object which doesn't seem a bad idea.
This may seem trivial, but I'm not really a javascript programmer, but more a perl/php guy. When I try to construct the object as specified in the documentation
( Hashtable numbers = new Hashtable(); ), I get an error from IE:
Expected ';'
I am guesting that I should import a module or something, but I cannot get this to work. I've searched on internet, but not really found something I can use.
Sorry to bother you with this simple question.
PS: this is a link to the applet doc:
AD AUGUSTA PER ANGUSTA
Thierry