D
DKM
I have just figured out how to use LiveConnect to use Javascript from
inside an Java Applet. I am doing this to dynamically generate HTML
elements. Previously, I was able to do all that using Javascript only,
no Java Applet and such. The project is going to be large and I did not
want to do all the coding in Javascript. After enquiring a bit here, I
found LiveConnect is the solution.
Now, I also find something called DOM API. My question is this. Can DOM
API be used to dynamically create XHTML elements and if so is it more
suitable than LiveConnect to dynamically create XHTML elements?
Thanks in advance.
D.K. Mishra
inside an Java Applet. I am doing this to dynamically generate HTML
elements. Previously, I was able to do all that using Javascript only,
no Java Applet and such. The project is going to be large and I did not
want to do all the coding in Javascript. After enquiring a bit here, I
found LiveConnect is the solution.
Now, I also find something called DOM API. My question is this. Can DOM
API be used to dynamically create XHTML elements and if so is it more
suitable than LiveConnect to dynamically create XHTML elements?
Thanks in advance.
D.K. Mishra