Feedback on: irt.org FAQ Knowledge Base Q994
Worth:
Very worth reading
Length:
Just right
Technical:
Not technical enough
Comments:
Why not using cookies? I think this can provide info writing to the client users, and only if he agrees, instead of changing netscape's privileges...
(Maybe cookies are a bit complicated to use?)
Comments:
Netscape 6 does not support LiveConnect which is used to execute the java code.
http://www.mozilla.org/docs/web-developer/upgrade_2.html
Worth:
Worth reading
Comments:
You can always write text to the client - with his help - in Internet Explorer using these simple steps:
1)Copy any text area from your life site.
You do this by using "createTextRange()" and the "execCommand('Copy')"
2)Open Notepad like this: parent.location="view-source:"+'file://C:blank.txt';
3)Focuse on it and paste the stuff into it from "clipboardData()" and
presto!
When the client gets off the Net, he will find that Notepad on his desktop with the text in it..