Corporate welcome page

we create a corporate welcome page and deploy it for all users.

We have 3 locations and domino servers of all locations replicate address books and more databases.

only first location users receive customize welcome page.

Second question

the welcome page is type web page with a notes link like

Notes://ServerName/DatabaseId/MainWelcomeFrameSet?OpenFrameset

where users are connected to lan in location 1 no problems append but if you are not connected how to show the same page ? we try to do a local replica of Database without success.

Thanks for help

Subject: Corporate welcome page

On your second point, I’m not sure I understand this bit:

… we try to do a local replica of Database without success

What failed? Creating a local replica, or being able to access it? If the latter, you could experiment with using a replica instead of a server / path combination thus:

notes:///1234567812345678

(if launch properties are set to the frameset you mention, you don’t need to specify that in the URL)

This should open whatever replica Notes can find – which will be the local one if the user is in a disconnected location.