Hi. I'm building a JAVA applet which synchronize local bookmark with online bookmark. In Netscape 4.x,it was possible with the way to overwrite local bookmark file with synchronized bookmark and restart the browser(or just wait for a while). But,in Mozilla(or Netscape6),when quitting,local bookmark is re-overwritten with browser-cached-bookmark and synchronized bookmark file written by my applet is thrown away.
Is there any way to reload browser-cached-bookamrk from JAVA applet? Thanks.
