all-BI Business Intelligence Solutions: Munich (München, Germany and New York City USA
inSight / dynaSight consulting
search all-BI.com

back to all-BI Business Intelligence Solutions home pageall-BI Business Intelligence Solutions strategic services in Munich (München) Germany and New York City , USAColdFusion, Crytsal Reports, DB2, dynaSight, JavaScript, OLAP, Oracle, SQL ServColdFusion, Crytsal Reports, DB2, dynaSight, JavaScript, OLAP, Oracle, SQL Server and  much more!all-BI Business Intelligence Solutions in Munich (München) and New Yorkdeutsche Version der Hompage
Oracle, dynaSight (arcplan), JavaScript, Crystal Reports, ColdFusion and more
arcplan dynaSight
arcplan dynaSight knowledge
JavaScript
JavaScript knowledge and  tips
take a small break...
Auch deutsch ist unsere Muttersprache!

Notre langue maternelle est aussi le français!

Nuestra lengua maternal es tambien el español!

Business Intelligence Industry News:

Mar. 01, '08
SAP BW and Microsoft Analysis Services (OLAP) with one front-end: Panorama NovaView.
(Panorama)


 
JavaScript

javascript

Automatic Page Change

An automatic page forwarding can fulfill many functions. For example an automatic slide show to display products or even to simply walk a user through the reporting application. The following example loads our home page, www.all-BI.com, automatically into the browser after five seconds. By the way, it also accentuates the function principle that is key in good JavaScript structure.

<script language="Javascript">
function forward(){
location.href="http://www.all-BI.com";
}
</script>

The above snippet goes in the <head> tag.

In the <body> tag, you need to set the following:

<body onload=setTimeout('forward()',5000)">

It does not get much simpler.

previous tip | next tip

 
© 2003 - 2006 all-BI GmbH, Business Intelligence Solutions