A1ien51
03-15-2006, 03:46 PM
If you want to pass it to the server, you are going to have to most likely build a string and post it depending what the DOM data is.
Eric
Beagle
03-15-2006, 07:23 PM
If you're using server-side java, why pass the entire DOM in when JSPs will be generating your document anyway? More often than not, if you want to manipulate / traverse the DOM, you want it on the client.
If you want it to be done in an applet, there's something called liveconnect. It's kind of annoying to get working at first, but google for it and you'll see how you can get javascript and applets to communicate.