Mike Owen Posted September 15, 2012 Posted September 15, 2012 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.
Steven H. Blackwell Posted September 15, 2012 Posted September 15, 2012 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
Donald Clark Posted September 19, 2012 Posted September 19, 2012 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
Recommended Posts
This topic is 4715 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now