Вы находитесь на странице: 1из 1

Edition 1 October 2008

HOT TIP # 1

HOW TO CREATE A DASHBOARD WITH CONTENT THAT REFRESHES DYNAMICALLY

1. Navigate to the location of the dashboard e.g. Public Folders > Start of my Day Dashboard . 2. <meta http-equiv="refresh" content="60"/> The above fragment tells the page to refresh every 60 seconds. Since the META tag must be used in an HTML page, you will need to create a page (dashboard), include an HTML Source into the dashboard and call the report's URL to be displayed using an IFRAME or FRAME. Below is a sample HTML page: <HTML> <meta http-equiv="refresh" content="20"/> <BODY> <IFRAME width="100%" height="500" frameborder="no" SRC="URL TO REPORT"></IFRAME> </BODY> </HTML>

Вам также может понравиться