I am not that familiar with Domino Designer and I am fumbling my way through making changes to a form in a database.
Most of our site is static HTML. However, we use Domino to authenticate web users for our website applications. When they log on, they are loggin on to a Domino database (fiweb.nsf). We have made changes to our static pages and we are trying to incorporate those changes onto a form that users see in the DB when they log in. We are having two problems:
-
The images are not being displayed. They are referenced correctly in the HTML inside the form, but they still do not show up. When I copy and paste the code to another application and test it with the target folder being /images there’s no problems. What can I do to have the images display?
-
How do you change what the default form is inside the database? IE, when users log in, they are looking at the ‘Link’ form in our DB. If we wanted to change that to ‘New_Link’ for instance, how would we do that?
Thanks