1. Call the Navigate Stage action 'Insert JavaScript Fragment' using the root level element and in the input 'Fragment', pass in the function text:
function maximizar(){
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);
}
2. Then call the Navigate Stage action 'Invoke JavaScript Function' with the following inputs, including the quotes:
Function Name: ""maximizar""
Arguments: ""[{}]
Dave Morris, 3Ci at Southern Company