Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

online edit

Status
Not open for further replies.

dihollis

Technical User
Joined
Jun 21, 2001
Messages
3
Location
AU
Can someone please tell me if there is a java script that will allow a table's contents to be updated online. I have tried cgi but cannot understand it whereas I have had success with java before. Thanks in advance
Di
 
It is a little difficult to do this in JavaScript.

You hint towards Java, which is not a related language to JavaScript.

There are editors that you can use with JavaScript, but remember that JavaScript is a client-side language with no ability to edit content that is stored on a server (such as HTML pages) (unless you are on a Netscape server are using server-side JavaScript).

In any case take a look at the following:


You can find a huge amount of apps on opensource that will allow you to provide the ability to edit your pages.

You can visit
Have fun!
Chad. ICQ: 54380631
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top