English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a web site on the company's Intranet. The main page has some active links.

When someone clicks on the link, I would like him to be prompted to enter a user name and password, to be able to view the content.

The user name and password will be assigned to an admin account, and can be hardcoded in the ASP code.

How can I do this? I am using ASP coupled with VB scripting?
You can also suggest something in Java script.

Thanks

2006-09-06 07:10:31 · 2 answers · asked by techzone12 2 in Computers & Internet Programming & Design

2 answers

asp has a built in permission checker
MSWC.PermissionChecker
set myPermission=server.CreateObject("MSWC.PermissionChecker")

2006-09-06 07:15:30 · answer #1 · answered by stratsandlespauls 6 · 0 0

PermissionChecker.

http://www.google.com/search?q=asp+PermissionChecker&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official

2006-09-06 14:28:38 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers