void GoHome()

Navigates the calling frame to it's configured default page

Security

Trust Level Required: Low Trust

Remarks

If this method is called from an iframe, then it will navigate that frame to the main browser's start URL.

Examples


var myHomeLink = document.getElementById('homeLink');
myHomeLink.addEventListener('click', function(e) { setTimeout(function(){ KioFrame.GoHome() }, 2000); });
    

Requirements

KioWare for Windows version 8.1 or greater.