English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to make a button on a webpage that lets visitors click and edit text on the page. I was thinking of using javascript but was thinking that it wouldn't stay as a permanent change.

Right now I am designing an access database and I am looking at converting it into SQL format. But I was wondering if there was an easier way to do it.

I am new to this stuff, so still learning as I go.

2007-03-09 09:56:04 · 3 answers · asked by Akini 2 in Computers & Internet Programming & Design

3 answers

You need to use a system that supports multiple simultaneous edits. The filesystem does not normally support this, so your best option is to use a database.

2007-03-09 10:01:36 · answer #1 · answered by Rex M 6 · 0 1

i've never tryed to use Access database and i am just starting programing, i may be able to help you but you were very vuage on the question mabey some other advanced users might be able to help you if you don't find anything here try the link below, sign up for that they may be able to help

2007-03-09 18:03:04 · answer #2 · answered by Techman2 4 · 0 2

you could use javascript with cookies to make the changes permanent on their computer but if you want to make the changes viewable to everyone you need a server-side language like ASP ,PHP, or AJAX

2007-03-09 18:05:45 · answer #3 · answered by Blaze 2 · 1 1

fedest.com, questions and answers