Using vbscript I want to create a runtime html login page on the fly.
The html page should have username/pasword form and I will use this username/password to connect to a sql database.
Is there a way to create this runtimehtml page using vbscript and them collect the username/password from the page to connect to sql using a connection string?
----------