When launching a Webfacing Web application the browser comes up with links to either launch in a main or new browser window. Exactly how can the index.html be changed so that this page can be bypassed to go directly to the application? Thanks!


If you modify the Index.html to include a meta-tag for an autorefresh and redirect, it will pause, then redirect to your application. The other way is to use a javascript to automatically redirect to your application.

==================================
MORE INFORMATION ON THIS TOPIC
==================================

Ask your Web development questions--or help out your peers by answering them--in our live discussion forums.

The Best Web Links: tips, tutorials and more.


This was first published in November 2001