Home page URL
Description
Specify the URL for the Home page. You can specify a static HTML document or dynamic .a5w page in your web project, or an external URL.
Discussion
Certain browsers (e.g. I.E.) might cache the home page. You can force the browser to always load the current version of the home page by including the following two meta tags in the HTML 'head' section:
Example
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache" /><META http-equiv="expires" content="0" />