www.js-x.com is a great JS forum (where I moderate). That said, there are plenty of amazing people here who should be able to help you.
Quote:
you see it needs to look at the MSdatabase that is on a local server
I'm fairly sure that you'll need IIS installed on all your visitors PCs for this to work, you'd then have to configure their settings to how you need them (where the database is located etc). Then they'd have to download the file and run it from their localhost.
Quote:
and write to it
i am thinkin that perhaps using vbscript and javascript
Neither can write to files at all.
Quote:
in A EXTERNAL Javascript file
so in a sense,
1) ill open the database connection
JS cannot open a DB connection, nor can it read/write to it.
Quote:
5) then send it to the database using a vbscript, or javascript if possible.
impossible, sorry.