Quote:
|
How do I do that in javascript??
|
You don't
Javascript runs clientside, asp runs serverside.
Do you see the difference ??
The way to go, would be to create your javascript holding the information fetched from the database using your vbscript, so you'd dynamicaly create the javascript from your serverside run asp, which then can be run clientside.