Design application based Authentication form in WEB

Hi all,

I have an application to be developed in WEB.

The user is asking for an option to select ‘User Name’ from NAB’s(may include 3 different NAB’s in 3 different servers)

So my login page need to be customised.

When i change the login page specific to my application ,all the other WEB applications residing in the same server will have the same login screen(based on domcfg.nsf)

I need to configure a login page specific to my application.

Any suggestions.Correct me if i am wrong anywhere since i am totally new to WEB development.

Thanks,

Malar

Subject: Design application based Authentication form in WEB

You may have a select field on ur customized login form, which may fetch its values from NAB using WebQueryOpen agent. ( i dont think @dbcolumn, would work becuase of security restrictions in NAB). then the user can select the value…which can in turn be transferred to the username field…