Custom Login and Form Processed

Hello There,

I am working on custom login screen. I followed the instructions as given in this forum.

I have made the server document changes as follows,

HTTP Sessions

Session authentication: Single Server

Mapping

Home URL: /db1.nsf

Did,

Restart HTTP

and also did,

Restart Server

I have a CustomLoginForm which is nothing but the $$CustomLoginForm from domcfg.ntf, and used the same form and rename it.

I have created mapping document in domcfg.nsf and gave the form names as CustomLoginForm

I have following task to perform,

I have an application which is integrated with 10 lotus notes databases, each with different access levels for Default, and Anonymous. To avoid the authentication screen multiple time, I suggested SSO. The application will work this way, when the user opens up the application on web, he/she will be shown a login screen, and to achive this, I wanted to show them CustomLoginForm screen. I am showing this screen, but whenever I click on “Sign In” without or with User name and password, I am getting a message “Form Processed”. Can any one correct me please?

Thanks in advance.

MS

Subject: Custom Login and Form Processed

Sounds like the “Web Access: Use JavaScript when generating pages” database property needs ticking

Subject: RE: Custom Login and Form Processed

Thanks for your reply. If I tickle the property, “Web Access: Use JavaScript when generating pages”, the SignIn button disappears, and if I untickle that property then it appears.

MS

Subject: RE: Custom Login and Form Processed

OK, it dissapears because there is no code behind the button.

When the JS property is used it expects something behined the button to convert to JS. Usually

@COmmand([FileSave]);@Command([@FileCloseWindow])

If you don’t use the JS property, the empty button appears but expects a URL in the $$Return field to understand where to goto next

Subject: RE: Custom Login and Form Processed

Got it. Thanks.

Subject: RE: Custom Login and Form Processed

Hi There,

After this posting I did few testing, and still I am having this confusions.

I am still getting a message, “Form Processed”

I could not fine “unsubmit” event

Will you please guide me?

Thanks

MS

Subject: RE: Custom Login and Form Processed

I could try - What is an “unsubmit” event?