|
|
|
1000 Java Tips ebook
|
|
 

Free "1000 Java Tips" eBook is here! It is huge collection of big and small Java
programming articles and tips. Please take your copy here.
Take your copy of free "Java Technology Screensaver"!. |
|
Is there a way to write information to cookies through an Applet?
|
JavaFAQ Home » Java Applets

Question: Is there a way to write
information to cookies through an Applet?
Answer: Applets are not allowed to access
information on the Client Side...it overrides the
Sandbox restriction...
However, JavaScript can access cookies and Java applet can talk to
JavaScript.
So, a Java applet indirectly has access to cookies... An example
of JavaScript <--> Java was published in my newsletter before...
Look for the JSObject class from Netscape which works in IE as
well.
Printer Friendly Page
Send to a Friend
..
Search here again if you need more info!
|
|
|