Would it be more efficient to have JavaScript retrieve a value stored in a cookie and pass it as a parameter to my applet, or am I better off retrieving the value from the cookie from within my applet? [ November 04, 2005: Message edited by: Chris Montgomery ]
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
You have an applet that talks to JS on a web page. Both can access the cookie information, and you need to make a decision which of the two should do that. But you provide no information on what it is you're doing, or why you have to make that decision, so we have nothing to base advice on.