|
Posted by WookieTim on 11/23/70 11:56
I have a java applet that allows the user to enter HTML into a textarea
field. Pretty standard stuff. But I am also using Javascript to emulate
a tabbed interface. Each of the pages, of which one is the page that
contains the Java Applet, is in a table row that has it's Display style
property flipped form "none" to "Table-Row" as the user goes form tab
to tab.
The problem I am seeing is that the java applet reloads every time the
user goes to that tab, which I don't want - it loses all of the text
the user has entered and goes blank. Is there a possibility that my
switching the display property is doing this and if so, how do I fix it?
Navigation:
[Reply to this message]
|