Click to See Complete Forum and Search --> : saving and retriving info locally


mikehd
03-03-2003, 02:30 PM
I was just wondering if anyone knew how to, within the realm of HTML, javascript or browser coding in general, save files or information locally without using cookies.

Or if I should look into using VB, XML or something else to solve this issue.

???????????????????????????????????????????????????

Phil Karras
03-03-2003, 03:08 PM
Look into something else since the W3C standard requires JavaScript to NOT be able to save anything (other than a cookie) to the client's machine.

I believe IE allows some way to do this, but again, it's contrary to the standard.