Hi all,

Am using MX2004, Access, and ASP VB.

Want to create a 'service' on my website that offers a quote of the day.
Don't know the best way to go about this.
I can create a query in the DB to return one record, so there's no need for
filters or anything, just a basic SELECT.

I'm thinking, ideally have a .js file that users can include in their site
that simply returns 3 lines of text.
From what I know, I don't think JS can connect to a db, since JS is client
side and DB is server-side? Is this anywhere near the truth? I've no idea
how to go about it. Can't find anything on the web, but don't really know
what I'm looking for.

I can create it as a web service in .NET, but that limits the users who can
access this service. This is a personal not professional feature.

ANYONE, PLEASE!

TIA,
Piers