>Is GotoURL(myURL) action same as Window.Location=myURL
No, it does a lot more. Take a look at the gotoURL action and notice the various options. You can’t do any of that with window.location. For the full picture see phoneui.js showURL() function for the full implementation. You can find phoneui.js in the generated code www/<startupfilename>/res/phoneui.js