Click to See Complete Forum and Search --> : Updating flat html from a database using JS


Bluey
10-06-2003, 03:42 AM
Ok first things first im a complete Javascript noob, so nothing is too simple.

I have a picture with hotspots that show information when clicked on. What i need is a way of updating that information easily as its likely to change. So it needs to be stored in a database.

What i'd like to know is what databases are user friendly and work with html and javascript combined to update online information.

Cheers for any help / support.

Superfly1611
10-06-2003, 04:53 AM
To my knowledge Javascript cannot interrogate Databases.
Javascript is a Client Side Language.

To integrate a database into your website you need to use a serverside language (My preference would be ASP but there are those that like PHP).