September 15, 201213 yr I want to host only only one database on iwp and would like to go - straight to the login (auth) screen on entry and ... - straight to my own website on exit. There are various posts here (many quite old) with suggestions on how to change the iwp_home.html file but I can make none of them work to do either of the above. Can anyone help with the correct html I need.
September 15, 201213 yr Basically you need to create a link with a CGI behind it that runs "StartSession" call against the database. That will take you to the FMS IWP log-on (or auth) page. On exit, you need a Javascript method on the iwp_home.html page to replace what is there now. Use it to do a redirect. When user exits, user will be taken to your site. On the layout on the database put a button with the ExitApplication command attached. Before doing ANY of this, make sure you have made at least one backup of 2 pages: iwp_auth.html and iwp_home.html. This is very important. HTH Steven
September 19, 201213 yr See this thread: http://fmforums.com/forum/topic/85096-custom-login-page-for-database-homepage-default/page__hl__windows%20auto%20start%20file%20server#entry395809 It may be what you are looking for... Don Clark
Create an account or sign in to comment