You would need to create two separate subwebs / subsites and each would have a main/home page and in
the root of the web, just the single homepage where the visitor makes a choice or which version to
visit.
The only other ways I can think would requires the use server-side scripting to store their choice
in a session or to use cookies, and check the cookie.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
"khamaid" <(E-Mail Removed)> wrote in message
news:2FDB0F6F-32B3-4581-B5DC-(E-Mail Removed)...
>
> My website has two different versions of its mainpage: one is a flash
> version, the other is an html version intended to be used by people who have
> slow connections.
>
> When users enter the site, they're asked to choose which one they want.
>
> Late on, when users click on "home", I'd like my website to remember the
> user's earlier choice and go to the right mainpage (fast or slow).
>
> How do I do this?