is it possible to immitate the login form with lotusscript?i have to build more than one login form with different looks…
Subject: web login through lotus script?
Not Lotusscript, but @formulas. Agents are not supported in custom login forms (unfortunately).You can compute the image resources to be displayed, etc.
One common trick used often is to use field driven tables. Each tab on the table represents a different UI. The tabs itself are invisible, and a field computes which tab/UI should be displayed.
Hope that helps
Thomas - IBM
Subject: RE: web login through lotus script?
yes thanks, but i have a last question. i tried this with a parameter for the form, but if someone enters invalid logindata, the parameter isnt available anymore…so how do you store the switch parameter?
Subject: RE: web login through lotus script?
Via a ProfileDocument or cookies, for example.