Bill,
Yes, it is possible, but if you are using Windows Authentication then
the user will be prompted to enter user/password.
You can setup the link so that the url include the formname and then
use DBW3CQSTRING to evaluate the url string and PROCESS.STACK the
formname. For example, the link maybe:
www.mysite.com/db/webmain.asp?form=myform
Remember, anything after the "?" DB does not evaluate. Its up to you
to decide what to do with it.
I hope this helps,
Rick