I do understand that applet cannot write into a file. But, as you
said if i give permission then it will. but, my question is how can
i put some limitation. right now i am saying grant { permission
java.security.AllPermission; }; and this is able to write. But as you
can tell that this is very risky.... so, now i want to use put some
codebase of something like that. I am not much familer with the
security.. but if you do. pleaes let me know. Once Again, thanks you
very much for your help.