Hi..

I want to make this frame on a website where there is a message. You have to be able to edit this message, and therefore it must be stored in some file, but how can i update it?

I don't want to use PHP or mySQL since the website is going to run localy only, and thats why its got to be storet in a file, or in a variable, if you can do that with Java or something...

I don't know..!

Please help me...

/Tobias

Recommended Answers

All 3 Replies

You can't do this with javascript. You need to use a server-side programming language that has access to the file system.

I agree. Anything done client-side would store a value on the client's computer, not the server.

If you want to store it client side, Javascript could make a cookie.

Okay. Well thanks for answers.. :) I'll try to work something out

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.