I am limited to client side scripting, is there a way to make javascript edit and then SAVE a document, e.g. a global variable list (another javascript). I essentially want to make a easy interface that grants users to add URL’s to a javascript Navigator without having to edit code. I would envision it would be similar to how cookies work, but instead of it being a client held variable list, it would be saved on the server.
That’s rather annoying that I cannot as I am limited to client side. Oh well, looks like people will have to figure out my code!