Saving files and loading the data later

I was wondering how you save and load from a java script? like save to an external file and load later for high scores and such?

thanks.

http://unity3d.com/support/documentation/ScriptReference/PlayerPrefs.html can work.

http://answers.unity3d.com/questions/4052/read-and-write-to-text-file-online

I suggest player prefs. Save in registry, and then you can get it any time...

Hope this helps =).