x6.json.windowLocation
The Javascript method x6.json.windowLocation takes a
JSON request and executes it as a page request.
The following example loads a new page
<script>
x6.json.init('x4Page','calendar');
x6.json.windowLocation();
</script>
this.windowLocation = function() {
var entireGet = 'index.php?'+this.makeString()
window.location = entireGet;
}