User name goes here |
This is what I have so far.
As you can see When you first open the document there
are noTable elements. You can add elements but when you reload the page they are gone.
This is because javascipt is on the client side.
The solution may be as simple as placing the javascript server side, but I doubt this.
What may have to happen is that the buliten bourd may have to be a JavaServer Page.
JavaServer Pages are a combination of HTML and Java. The JavaScript might just drop in
or be easy to translate to Java. We shall have to see.
|