Why is it, that an applet does all the things it is supposed to to within t

...the appletviewer but refuses even to think of its duties with IE5.x or Netscape6.x
[99 byte] By [DrFuManChu] at [2007-9-26 7:22:51]
# 1
What is it not doing?
n.bailie at 2007-7-1 17:14:26 > top of Java-index,Archived Forums,Java Programming...
# 2

the program-blocks within the start() and the stop()-methods arent executed properly. the applet should count how often the one or the other get invoked and put out the results in a single label for each of them.

this works perfectly fine with the appletviewer. but with IE or Netscape it seems as if the applet gets initialized each time e.g. when i switch back and forward through the browsers history

DrFuManChu at 2007-7-1 17:14:26 > top of Java-index,Archived Forums,Java Programming...