I'd like to make a page that will allow users to dynamically add and modify page 
elements by clicking on form buttons on the page. I'd like these changes to 
automatically appear on the page. The simplest way to do this would be to use 
javascript and document.createElement() to apply these changes using the DOM. 
Unfortunately, this doesn't work with all browsers. I think I can probably duplicate 
this behavior with servlets, but before I embark on this, I'm wondering if anyone 
could suggest an existing servlet or jsp solution that might give me a head start?

Thanks

Cindy
 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to